TcxCustomGridTableOptionsView.ShowEditButtons Property
Determines the visibility of the editor buttons for the current View.
Declaration
property ShowEditButtons: TcxGridShowEditButtons read; write; default gsebNever;
Property Value
| Type | Default |
|---|---|
| TcxGridShowEditButtons | gsebNever |
Remarks
Use this property to specify which editor buttons are visible for the current View.
| Value | Description |
|---|---|
| gsebNever | The editor buttons are displayed only for the focused item (column in a (Banded) Table View or row in a Card View). |
| gsebForFocusedRecord | The editor buttons are visible for the focused record. |
| gsebAlways | The editor buttons are always visible within the current View |
The item’s Options.ShowEditButtons property allows you to redefine these settings.
The default value of the ShowEditButtons property is gsebNever.
See Also