Intersoft WebGrid Documentation
Width Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridColumn Class : Width Property






Gets or sets the width of the column in Unit.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<DescriptionAttribute("Gets or sets the width of the column in Unit.")>
Public Property Width As Unit
Visual Basic (Usage)Copy Code
Dim instance As WebGridColumn
Dim value As Unit
 
instance.Width = value
 
value = instance.Width
C# 
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Gets or sets the width of the column in Unit.")]
public Unit Width {get; set;}
Delphi 
public read-write property Width: Unit; 
JScript 
DefaultValueAttribute()
NotifyParentPropertyAttribute()
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
DescriptionAttribute("Gets or sets the width of the column in Unit.")
public function get,set Width : Unit
Managed Extensions for C++ 
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Gets or sets the width of the column in Unit.")]
public: __property Unit get_Width();
public: __property void set_Width( 
   Unit value
);
C++/CLI 
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Gets or sets the width of the column in Unit.")]
public:
property Unit Width {
   Unit get();
   void set (    Unit 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.