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






Glossary Item Box

Indicate whether enable client paging is enabled in Timeline view.

Syntax

Visual Basic (Declaration) 
<System.ComponentModel.CategoryAttribute("Timeline View")>
<ISNet.Serialization.XmlSerializableAttribute()>
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.DescriptionAttribute("Indicate whether enable client paging is enabled in Timeline view.")>
<ISNet.Serialization.BinarySerializableAttribute()>
Public Property EnableClientPaging As System.Boolean
Visual Basic (Usage)Copy Code
Dim instance As WebSchedulerTimelineView
Dim value As System.Boolean
 
instance.EnableClientPaging = value
 
value = instance.EnableClientPaging
C# 
[System.ComponentModel.CategoryAttribute("Timeline View")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DescriptionAttribute("Indicate whether enable client paging is enabled in Timeline view.")]
[ISNet.Serialization.BinarySerializableAttribute()]
public System.bool EnableClientPaging {get; set;}
Delphi 
public read-write property EnableClientPaging: System.Boolean; 
JScript 
System.ComponentModel.CategoryAttribute("Timeline View")
ISNet.Serialization.XmlSerializableAttribute()
System.ComponentModel.DefaultValueAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.DescriptionAttribute("Indicate whether enable client paging is enabled in Timeline view.")
ISNet.Serialization.BinarySerializableAttribute()
public function get,set EnableClientPaging : System.boolean
Managed Extensions for C++ 
[System.ComponentModel.CategoryAttribute("Timeline View")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DescriptionAttribute("Indicate whether enable client paging is enabled in Timeline view.")]
[ISNet.Serialization.BinarySerializableAttribute()]
public: __property System.bool get_EnableClientPaging();
public: __property void set_EnableClientPaging( 
   System.bool value
);
C++/CLI 
[System.ComponentModel.CategoryAttribute("Timeline View")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DescriptionAttribute("Indicate whether enable client paging is enabled in Timeline view.")]
[ISNet.Serialization.BinarySerializableAttribute()]
public:
property System.bool EnableClientPaging {
   System.bool get();
   void set (    System.bool value);
}

Property Value

The default value is False.

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.