Intersoft WebGrid Documentation
ExpandColumnInnerTextPadding Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > SelfReferencingSettings Class : ExpandColumnInnerTextPadding Property






Specifies the padding for expand column's inner text area.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<ISNet.Serialization.XmlSerializableAttribute()>
<DescriptionAttribute("Specifies the padding width that applied in the inner text of the expand column member.")>
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
Public Property ExpandColumnInnerTextPadding As Integer
Visual Basic (Usage)Copy Code
Dim instance As SelfReferencingSettings
Dim value As Integer
 
instance.ExpandColumnInnerTextPadding = value
 
value = instance.ExpandColumnInnerTextPadding
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[DescriptionAttribute("Specifies the padding width that applied in the inner text of the expand column member.")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
public int ExpandColumnInnerTextPadding {get; set;}
Delphi 
public read-write property ExpandColumnInnerTextPadding: Integer; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
ISNet.Serialization.XmlSerializableAttribute()
DescriptionAttribute("Specifies the padding width that applied in the inner text of the expand column member.")
DefaultValueAttribute()
NotifyParentPropertyAttribute()
public function get,set ExpandColumnInnerTextPadding : int
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[DescriptionAttribute("Specifies the padding width that applied in the inner text of the expand column member.")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
public: __property int get_ExpandColumnInnerTextPadding();
public: __property void set_ExpandColumnInnerTextPadding( 
   int value
);
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[DescriptionAttribute("Specifies the padding width that applied in the inner text of the expand column member.")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
public:
property int ExpandColumnInnerTextPadding {
   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

Reference

SelfReferencingSettings Class
SelfReferencingSettings Members

Concepts

Self Referencing Table

©2012 Intersoft Solutions Corp. All Rights Reserved.