Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomEditContainerItemOptions.ShowEditButtons Property

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
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