| | Name | Value | Description | |
| |
exCellHasCheckBox | 0
|
Assigns check boxes to all cells in the column, if it is True. Similar with the HasCheckBox
property. ( boolean expression, False )
| |
| |
exCellHasRadioButton | 1
|
Assigns radio buttons to all cells in the column, if it is True. Similar with
the HasRadioButton property. (
boolean expression, False )
| |
| |
exCellHasButton | 2
|
Specifies that all cells in the column are buttons, if it is True. Similar with
the HasButton property. ( boolean
expression, False )
| |
| |
exCellButtonAutoWidth | 3
|
The cell's caption indicates the width of the cell's button. ( boolean
expression, False )
| |
| |
exCellBackColor | 4
|
Specifies the background color for all cells in the column. ( long expression )
| |
| |
exCellForeColor | 5
|
Specifies the foreground color for all cells in the column. ( long expression )
| |
| |
exCellVAlignment | 6
|
Specifies the column's vertical alignment. By default, the Def(exCellVAlignment)
property is MiddleAlignment. ( long expression )
| |
| |
exHeaderBackColor | 7
|
Specifies the column's header background color. The property has effect only if
the property is different than zero. Use this option to change the background
color for a column in the header area. The exHeaderBackColor option supports
skinning, so the last 7 bits in the high significant byte of the color to
indicates the identifier of the skin being used. Use the Add
method to add new skins to the control. ( Color expression )
| |
| |
exHeaderForeColor | 8
|
Specifies the column's header background color. The property has effect only if
the property is different than zero. ( Color expression )
| |
| |
exCellSingleLine | 16
|
Specifies that all cells in the column are multiple lines cells, if it is False.
Similar with the SingleLine property.
( boolean expression, True )
| |
| |
exCellCaptionFormat | 17
|
Indicates whether the cells caption supports HTML format. By default, it is
exHTML(1). The exText(0) specifies that the column displays plain text. ( long expression )
| |
| |
exCellDrawPartsOrder | 34
|
Specifies the order of the drawing parts for the entire column. By default, this
option is "check,icon,icons,picture,caption", which means that the
cell displays its parts in the following order: check box/ radio buttons ( HasCheckBox/RadioButton
), single icon, multiple icons, custom size picture, and the cell's caption. Use the exCellDrawPartsOrder option to specify a new
order for the drawing parts in the cells of the column. ( string
expression )
| |
| |
exCellPaddingLeft | 48
|
Gets or sets the left padding (space) of the cells within the column. ( long expression )
| |
| |
exCellPaddingRight | 49
|
Gets or sets the right padding (space) of the cells within the column. ( long expression )
| |
| |
exCellPaddingTop | 50
|
Gets or sets the top padding (space) of the cells within the column. ( long expression )
| |
| |
exCellPaddingBottom | 51
|
Gets or sets the bottom padding (space) of the cells within the column. ( long expression )
| |
| |
exHeaderPaddingLeft | 52
|
Gets or sets the left padding (space) of the column's header. ( long expression )
| |
| |
exHeaderPaddingRight | 53
|
Gets or sets the right padding (space) of the column's header. ( long expression )
| |
| |
exHeaderPaddingTop | 54
|
Gets or sets the top padding (space) of the column's header. ( long expression )
| |
| |
exHeaderPaddingBottom | 55
|
Gets or sets the bottom padding (space) of the column's header. ( long expression )
| |