Property | Type | Description | |
---|---|---|---|
Init | void |
Method | Description | |
---|---|---|
CreateDefaultEditor ( ) : ICellEditor |
Gets the Column's default CellEditor
|
|
CreateDefaultRenderer ( ) : ICellRenderer |
Gets the Column's default CellRenderer
|
|
GetDefaultEditorName ( ) : string |
Gets a string that specifies the name of the Column's default CellEditor
|
|
GetDefaultRendererName ( ) : string |
Gets a string that specifies the name of the Column's default CellRenderer
|
|
GroupColumn ( ) : System |
Creates a new GroupColumn with default values
|
|
GroupColumn ( string text ) : System |
Creates a new GroupColumn with the specified header text
|
|
GroupColumn ( string text, int width ) : System |
Creates a new GroupColumn with the specified header text and width
|
Method | Description | |
---|---|---|
Init ( ) : void |
Initializes the GroupColumn with default values
|
public CreateDefaultRenderer ( ) : ICellRenderer | ||
return | ICellRenderer |
public GroupColumn ( string text ) : System | ||
text | string | The text displayed in the column's header |
return | System |
public GroupColumn ( string text, int width ) : System | ||
text | string | The text displayed in the column's header |
width | int | The column's width |
return | System |