BCGControlBar Library for .NET
DefaultWidth Property




Gets or sets default column width.
Syntax
'Declaration
 
Public Property DefaultWidth As Integer
'Usage
 
Dim instance As GridColumn
Dim value As Integer
 
instance.DefaultWidth = value
 
value = instance.DefaultWidth
public int DefaultWidth {get; set;}
public: __property int get_DefaultWidth();
public: __property void set_DefaultWidth( 
   int value
);
public:
property int DefaultWidth {
   int get();
   void set (    int 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

GridColumn Class
GridColumn Members

Send Feedback