Gets or sets whether paging in detail box should be enabled.
Syntax
Visual Basic (Declaration) | |
---|
<System.ComponentModel.DescriptionAttribute("Gets or sets whether paging in detail box should be enabled.")>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.XmlSerializableAttribute()>
<System.ComponentModel.DefaultValueAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.CategoryAttribute("Layout Settings")>
Public Property EnableDetailBoxPaging As System.Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As WebSchedulerLayoutSettings
Dim value As System.Boolean
instance.EnableDetailBoxPaging = value
value = instance.EnableDetailBoxPaging |
C# | |
---|
[System.ComponentModel.DescriptionAttribute("Gets or sets whether paging in detail box should be enabled.")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Layout Settings")]
public System.bool EnableDetailBoxPaging {get; set;} |
Delphi | |
---|
public read-write property EnableDetailBoxPaging: System.Boolean; |
JScript | |
---|
System.ComponentModel.DescriptionAttribute("Gets or sets whether paging in detail box should be enabled.")
System.ComponentModel.NotifyParentPropertyAttribute()
ISNet.Serialization.XmlSerializableAttribute()
System.ComponentModel.DefaultValueAttribute()
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.CategoryAttribute("Layout Settings")
public function get,set EnableDetailBoxPaging : System.boolean |
Managed Extensions for C++ | |
---|
[System.ComponentModel.DescriptionAttribute("Gets or sets whether paging in detail box should be enabled.")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Layout Settings")]
public: __property System.bool get_EnableDetailBoxPaging();
public: __property void set_EnableDetailBoxPaging(
System.bool value
); |
C++/CLI | |
---|
[System.ComponentModel.DescriptionAttribute("Gets or sets whether paging in detail box should be enabled.")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Layout Settings")]
public:
property System.bool EnableDetailBoxPaging {
System.bool get();
void set ( System.bool 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