Intersoft WebGrid Documentation
ChildTableSpacing Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > LayoutSet Class : ChildTableSpacing Property






Gets or sets the spacing width between each child table in the same level.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<ISNet.Serialization.XmlSerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<DescriptionAttribute("Gets or sets the spacing width between each child table in the same level.")>
Public Property ChildTableSpacing As Integer
Visual Basic (Usage)Copy Code
Dim instance As LayoutSet
Dim value As Integer
 
instance.ChildTableSpacing = value
 
value = instance.ChildTableSpacing
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets the spacing width between each child table in the same level.")]
public int ChildTableSpacing {get; set;}
Delphi 
public read-write property ChildTableSpacing: Integer; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
ISNet.Serialization.XmlSerializableAttribute()
NotifyParentPropertyAttribute()
DefaultValueAttribute()
DescriptionAttribute("Gets or sets the spacing width between each child table in the same level.")
public function get,set ChildTableSpacing : int
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets the spacing width between each child table in the same level.")]
public: __property int get_ChildTableSpacing();
public: __property void set_ChildTableSpacing( 
   int value
);
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets the spacing width between each child table in the same level.")]
public:
property int ChildTableSpacing {
   int get();
   void set (    int value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.