Gets or sets the default width of the Column.
            
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
 Syntax
Syntax
| C# | 
|---|
| public int ColumnDefaultWidth { get; set; } | 
| Visual Basic | 
|---|
| Public Property ColumnDefaultWidth As Integer Get Set | 
| Visual C++ | 
|---|
| public: property int ColumnDefaultWidth { int get (); void set (int value); } | 
| F# | 
|---|
| member ColumnDefaultWidth : int with get, set | 
Property Value
Type: Int32The width in pixels.






