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

TdxBarCustomButton.ButtonStyle Property

Determines the way the button appears on screen and specifies the button’s behavior.

#Declaration

Delphi
property ButtonStyle: TdxBarButtonStyle read; write; default bsDefault;

#Property Value

Type Default
TdxBarButtonStyle bsDefault

#Remarks

Options include:

Value Description
bsDefault A standard button.
bsChecked A toggle button. If clicked in menus, it appears with a check mark.
bsDropDown A dropdown button (a button with a dropdown menu).
bsCheckedDropDown A toggle button with a dropdown menu. If clicked in menus, it appears with a check mark.

To change the appearance of toggle buttons or display a check mark on them, use the Down property.

The default value of the ButtonStyle property is bsDefault.

See Also