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

TcxCustomEditProperties.ButtonsViewStyle Property

Specifies how the editor displays content and embedded buttons.

#Declaration

Delphi
property ButtonsViewStyle: TcxEditButtonsViewStyle read; write; default bvsNormal;

#Property Value

Type Default Description
TcxEditButtonsViewStyle bvsNormal

The active button display style.

#Remarks

Use the ButtonsViewStyle property to designate the view style, the manner in which the editor text and buttons (if any) are displayed within the editor. Refer to the TcxEditButtonsViewStyle type description for the list of available view styles.

#Limitations

The following editors cannot display embedded buttons:

TcxCheckBox
Represents a check box control that allows selecting an option.
TcxDBCheckBox
Represents a data-aware control which supports “checked”, “unchecked” and “grayed” states.
TcxLabel
Represents the label control.
TcxDBLabel
Represents data-aware version of the TcxLabel.
TdxFormattedLabel
An unbound formatted label control.
TdxDBFormattedLabel
A data-aware formatted label control.

Refer to individual TcxCustomEdit class descendant descriptions for details.

#Default Value

The ButtonsViewStyle property’s default value is vsNormal.

See Also