Intersoft ClientUI Documentation
ColumnWidth Property



Gets or sets the standard width or automatic sizing mode of columns in the control.
Syntax
<CategoryAttribute("Layout")>
Public Property ColumnWidth As UXGridViewLength
Dim instance As UXGridView
Dim value As UXGridViewLength
 
instance.ColumnWidth = value
 
value = instance.ColumnWidth
[CategoryAttribute("Layout")]
public UXGridViewLength ColumnWidth {get; set;}
[CategoryAttribute("Layout")]
public:
property UXGridViewLength ColumnWidth {
   UXGridViewLength get();
   void set (    UXGridViewLength 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

Reference

UXGridView Class
UXGridView Members

Send Feedback