Свойство | Тип | Описание | |
---|---|---|---|
Init | void |
Метод | Описание | |
---|---|---|
DropDownColumn ( ) : System |
Creates a new DropDownColumn with default values
|
|
DropDownColumn ( string text ) : System |
Creates a new DropDownColumn with the specified header text
|
|
DropDownColumn ( string text, Image image ) : System |
Creates a new DropDownColumn with the specified header text and image
|
|
DropDownColumn ( string text, Image image, int width ) : System |
Creates a new DropDownColumn with the specified header text, image and width
|
|
DropDownColumn ( string text, Image image, int width, bool visible ) : System |
Creates a new DropDownColumn with the specified header text, image, width and visibility
|
|
DropDownColumn ( string text, int width ) : System |
Creates a new DropDownColumn with the specified header text and width
|
|
DropDownColumn ( string text, int width, bool visible ) : System |
Creates a new DropDownColumn with the specified header text, width and visibility
|
Метод | Описание | |
---|---|---|
Init ( ) : void |
Initializes the DropDownColumn with default values
|
public DropDownColumn ( string text ) : System | ||
text | string | The text displayed in the column's header |
Результат | System |
public DropDownColumn ( string text, Image image ) : System | ||
text | string | The text displayed in the column's header |
image | Image | The image displayed on the column's header |
Результат | System |
public DropDownColumn ( string text, Image image, int width ) : System | ||
text | string | The text displayed in the column's header |
image | Image | The image displayed on the column's header |
width | int | The column's width |
Результат | System |
public DropDownColumn ( string text, Image image, int width, bool visible ) : System | ||
text | string | The text displayed in the column's header |
image | Image | The image displayed on the column's header |
width | int | The column's width |
visible | bool | Specifies whether the column is visible |
Результат | System |
public DropDownColumn ( string text, int width ) : System | ||
text | string | The text displayed in the column's header |
width | int | The column's width |
Результат | System |
public DropDownColumn ( string text, int width, bool visible ) : System | ||
text | string | The text displayed in the column's header |
width | int | The column's width |
visible | bool | Specifies whether the column is visible |
Результат | System |