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






Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<WebSysDescriptionAttribute("The width of the control.")>
<WebCategoryAttribute("Layout")>
Public Overridable Property Width As Unit
Visual Basic (Usage)Copy Code
Dim instance As WebGridCellTemplateContainer
Dim value As Unit
 
instance.Width = value
 
value = instance.Width
C# 
[DefaultValueAttribute()]
[WebSysDescriptionAttribute("The width of the control.")]
[WebCategoryAttribute("Layout")]
public virtual Unit Width {get; set;}
Delphi 
public read-write property Width: Unit; virtual; 
JScript 
DefaultValueAttribute()
WebSysDescriptionAttribute("The width of the control.")
WebCategoryAttribute("Layout")
public function get,set Width : Unit
Managed Extensions for C++ 
[DefaultValueAttribute()]
[WebSysDescriptionAttribute("The width of the control.")]
[WebCategoryAttribute("Layout")]
public: __property virtual Unit get_Width();
public: __property virtual void set_Width( 
   Unit value
);
C++/CLI 
[DefaultValueAttribute()]
[WebSysDescriptionAttribute("The width of the control.")]
[WebCategoryAttribute("Layout")]
public:
virtual 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.