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






Glossary Item Box

Specifies Timeline view mode. Specifies Timeline view mode.

Syntax

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

Property Value

The default value is Time.

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.