TcxCustomEditContainerItemOptions.ShowEditButtons Property
In This Article
Identifies the manner in which in-place editors are displayed within item cells.
#Declaration
Delphi
property ShowEditButtons: TcxEditItemShowEditButtons read; write; default eisbDefault;
#Property Value
Type | Default |
---|---|
Tcx |
eisb |
#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 |
---|---|
eisb |
Editor buttons are not displayed. |
eisb |
Editor buttons are always visible. |
eisb |
Editor buttons are visible only when a cell is focused. |
The default value of the ShowEditButtons property is eisbDefault.
See Also