Intersoft WebScheduler Documentation
SelectedWeekViewMode Property
See Also  Send Feedback
ISNet.WebUI.WebScheduler Namespace > WebSchedulerViewSettings Class : SelectedWeekViewMode Property






Glossary Item Box

Specifies the initial WebScheduler week view mode. Specifies the initial WebScheduler's week view mode.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.XmlSerializableAttribute()>
<System.ComponentModel.CategoryAttribute("Behavior")>
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.DescriptionAttribute("Specifies the initial WebScheduler week view mode.")>
Public Property SelectedWeekViewMode As WebSchedulerWeekViewMode
Visual Basic (Usage)Copy Code
Dim instance As WebSchedulerViewSettings
Dim value As WebSchedulerWeekViewMode
 
instance.SelectedWeekViewMode = value
 
value = instance.SelectedWeekViewMode
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Behavior")]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.DescriptionAttribute("Specifies the initial WebScheduler week view mode.")]
public WebSchedulerWeekViewMode SelectedWeekViewMode {get; set;}
Delphi 
public read-write property SelectedWeekViewMode: WebSchedulerWeekViewMode; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
ISNet.Serialization.XmlSerializableAttribute()
System.ComponentModel.CategoryAttribute("Behavior")
System.ComponentModel.DefaultValueAttribute()
System.ComponentModel.DescriptionAttribute("Specifies the initial WebScheduler week view mode.")
public function get,set SelectedWeekViewMode : WebSchedulerWeekViewMode
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Behavior")]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.DescriptionAttribute("Specifies the initial WebScheduler week view mode.")]
public: __property WebSchedulerWeekViewMode get_SelectedWeekViewMode();
public: __property void set_SelectedWeekViewMode( 
   WebSchedulerWeekViewMode value
);
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Behavior")]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.DescriptionAttribute("Specifies the initial WebScheduler week view mode.")]
public:
property WebSchedulerWeekViewMode SelectedWeekViewMode {
   WebSchedulerWeekViewMode get();
   void set (    WebSchedulerWeekViewMode value);
}

Property Value

The default value is FullWeek.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

©2013 Intersoft Solutions Corp. All Rights Reserved.