TcxGridTableOptionsSelection.CheckBoxPosition Property
Specifies the display position of the web-style row selection‘s check boxes.
Declaration
property CheckBoxPosition: TcxGridCheckBoxPosition read; write; default cbpFirstColumn;
Property Value
| Type | Default |
|---|---|
| TcxGridCheckBoxPosition | cbpFirstColumn |
Remarks
Options include:
| Value | Description |
|---|---|
| cbpFirstColumn | Check boxes are displayed within the first visible column (its cells and/or header). |
| cbpIndicator | Check boxes are displayed within the indicator (its row indicators and/or column header indicator). |
The default value of the CheckBoxPosition property is cbpFirstColumn.
See Also