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






Glossary Item Box

Specifies the total number of overlapped block allowed when client paging is enabled.

Syntax

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