TcxCustomGridTableItemOptions.ShowEditButtons Property
Identifies the manner in which editor buttons are displayed within item cells.
Declaration
property ShowEditButtons: TcxGridItemShowEditButtons read; write; default isebDefault;
Property Value
| Type | Default |
|---|---|
| TcxGridItemShowEditButtons | isebDefault |
Remarks
Options include:
| Value | Description |
|---|---|
| isebDefault | Button visibility is determined for the View by the OptionsView.ShowEditButtons property. |
| isebNever | Editor buttons are visible only when the item is focused. |
| isebAlways | Editor buttons are visible for all records within the View. |
The default value of the ShowEditButtons property is isebDefault.
See Also