Intersoft WebScheduler Documentation
ClientPagingMode Property
See Also  Send Feedback
ISNet.WebUI.WebScheduler Namespace > WebSchedulerTimelineView Class : ClientPagingMode Property






Glossary Item Box

Specifies Timeline client paging mode.

Syntax

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

Property Value

The default value is Event.

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.