Свойство | Тип | Описание | |
---|---|---|---|
Init | void |
Метод | Описание | |
---|---|---|
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
|
Метод | Описание | |
---|---|---|
Init ( ) : void |
Initializes the GroupColumn with default values
|
public CreateDefaultEditor ( ) : ICellEditor | ||
Результат | ICellEditor |
public CreateDefaultRenderer ( ) : ICellRenderer | ||
Результат | ICellRenderer |
public GetDefaultRendererName ( ) : string | ||
Результат | string |
public GroupColumn ( string text ) : System | ||
text | string | The text displayed in the column's header |
Результат | System |
public GroupColumn ( string text, int width ) : System | ||
text | string | The text displayed in the column's header |
width | int | The column's width |
Результат | System |