Gets or sets the page size of events displayed in detail box.
Syntax
Visual Basic (Declaration) | |
---|
<System.ComponentModel.CategoryAttribute("Layout Settings")>
<System.ComponentModel.DescriptionAttribute("Gets or sets the page size of events displayed in detail box.")>
<System.ComponentModel.DefaultValueAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<ISNet.Serialization.XmlSerializableAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
Public Property DetailBoxPageSize As System.Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As WebSchedulerLayoutSettings
Dim value As System.Integer
instance.DetailBoxPageSize = value
value = instance.DetailBoxPageSize |
C# | |
---|
[System.ComponentModel.CategoryAttribute("Layout Settings")]
[System.ComponentModel.DescriptionAttribute("Gets or sets the page size of events displayed in detail box.")]
[System.ComponentModel.DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public System.int DetailBoxPageSize {get; set;} |
Delphi | |
---|
public read-write property DetailBoxPageSize: System.Integer; |
JScript | |
---|
System.ComponentModel.CategoryAttribute("Layout Settings")
System.ComponentModel.DescriptionAttribute("Gets or sets the page size of events displayed in detail box.")
System.ComponentModel.DefaultValueAttribute()
ISNet.Serialization.BinarySerializableAttribute()
ISNet.Serialization.XmlSerializableAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
public function get,set DetailBoxPageSize : System.int |
Managed Extensions for C++ | |
---|
[System.ComponentModel.CategoryAttribute("Layout Settings")]
[System.ComponentModel.DescriptionAttribute("Gets or sets the page size of events displayed in detail box.")]
[System.ComponentModel.DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public: __property System.int get_DetailBoxPageSize();
public: __property void set_DetailBoxPageSize(
System.int value
); |
C++/CLI | |
---|
[System.ComponentModel.CategoryAttribute("Layout Settings")]
[System.ComponentModel.DescriptionAttribute("Gets or sets the page size of events displayed in detail box.")]
[System.ComponentModel.DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public:
property System.int DetailBoxPageSize {
System.int get();
void set ( System.int value);
} |
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