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






Glossary Item Box

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

Syntax

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

Property Value

The default value is Day.

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.