TcxCustomEditContainerItemOptions.ShowEditButtons Property
Identifies the manner in which in-place editors are displayed within item cells.
Declaration
property ShowEditButtons: TcxEditItemShowEditButtons read; write; default eisbDefault;
Property Value
Type | Default |
---|---|
TcxEditItemShowEditButtons | eisbDefault |
Remarks
The ShowEditButtons property determines how editors are displayed within item cells. If an editor has buttons, you can enable their display for a focused cell or for all item cells within a control or prevent their display at all.
There are three settings available:
Value | Description |
---|---|
eisbNever | Editor buttons are not displayed. |
eisbAlways | Editor buttons are always visible. |
eisbDefault | Editor buttons are visible only when a cell is focused. |
The default value of the ShowEditButtons property is eisbDefault.
See Also