Intersoft WebScheduler Documentation
AllDayEventPageSize Property
See Also  Send Feedback
ISNet.WebUI.WebScheduler Namespace > WebSchedulerWeekView Class : AllDayEventPageSize Property






Glossary Item Box

Specifies the total number of all day events rendered when client paging is enabled.

Syntax

Visual Basic (Declaration) 
<System.ComponentModel.DescriptionAttribute("Specifies the total number of all day events rendered when client paging is enabled.")>
<ISNet.Serialization.XmlSerializableAttribute()>
<System.ComponentModel.CategoryAttribute("Week View")>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.DefaultValueAttribute()>
Public Property AllDayEventPageSize As System.Integer
Visual Basic (Usage)Copy Code
Dim instance As WebSchedulerWeekView
Dim value As System.Integer
 
instance.AllDayEventPageSize = value
 
value = instance.AllDayEventPageSize
C# 
[System.ComponentModel.DescriptionAttribute("Specifies the total number of all day events rendered when client paging is enabled.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Week View")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
public System.int AllDayEventPageSize {get; set;}
Delphi 
public read-write property AllDayEventPageSize: System.Integer; 
JScript 
System.ComponentModel.DescriptionAttribute("Specifies the total number of all day events rendered when client paging is enabled.")
ISNet.Serialization.XmlSerializableAttribute()
System.ComponentModel.CategoryAttribute("Week View")
System.ComponentModel.NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.DefaultValueAttribute()
public function get,set AllDayEventPageSize : System.int
Managed Extensions for C++ 
[System.ComponentModel.DescriptionAttribute("Specifies the total number of all day events rendered when client paging is enabled.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Week View")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
public: __property System.int get_AllDayEventPageSize();
public: __property void set_AllDayEventPageSize( 
   System.int value
);
C++/CLI 
[System.ComponentModel.DescriptionAttribute("Specifies the total number of all day events rendered when client paging is enabled.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Week View")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
public:
property System.int AllDayEventPageSize {
   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.