TcxControlOptionsView.ShowEditButtons Property
Specifies the manner in which editor buttons are displayed within cells.
Declaration
property ShowEditButtons: TcxEditingControlEditShowButtons read; write;
Property Value
Type |
---|
TcxEditingControlEditShowButtons |
Remarks
Options include:
Value | Description |
---|---|
ecsbNever | Editor buttons are not displayed. |
ecsbAlways | Editor buttons are always visible. |
ecsbFocused | Editor buttons are visible only for cells within the focused record. |
The default value of the ShowEditButtons property is ecsbNever.
See Also