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






Glossary Item Box

Specifies the event page size of client paging. Minimum value is 1.

Syntax

Visual Basic (Declaration) 
<System.ComponentModel.DescriptionAttribute("Specifies the event page size of client paging. Minimum value is 1.")>
<ISNet.Serialization.XmlSerializableAttribute()>
<System.ComponentModel.CategoryAttribute("Timeline View")>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.DefaultValueAttribute()>
Public Property EventPageSize As System.Integer
Visual Basic (Usage)Copy Code
Dim instance As WebSchedulerTimelineView
Dim value As System.Integer
 
instance.EventPageSize = value
 
value = instance.EventPageSize
C# 
[System.ComponentModel.DescriptionAttribute("Specifies the event page size of client paging. Minimum value is 1.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Timeline View")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
public System.int EventPageSize {get; set;}
Delphi 
public read-write property EventPageSize: System.Integer; 
JScript 
System.ComponentModel.DescriptionAttribute("Specifies the event page size of client paging. Minimum value is 1.")
ISNet.Serialization.XmlSerializableAttribute()
System.ComponentModel.CategoryAttribute("Timeline View")
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.DefaultValueAttribute()
public function get,set EventPageSize : System.int
Managed Extensions for C++ 
[System.ComponentModel.DescriptionAttribute("Specifies the event page size of client paging. Minimum value is 1.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Timeline View")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
public: __property System.int get_EventPageSize();
public: __property void set_EventPageSize( 
   System.int value
);
C++/CLI 
[System.ComponentModel.DescriptionAttribute("Specifies the event page size of client paging. Minimum value is 1.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Timeline View")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
public:
property System.int EventPageSize {
   System.int get();
   void set (    System.int value);
}

Property Value

The default value is 3.

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.