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

TdxBarButtonControl Class

A button control on the toolbar.

#Declaration

Delphi
TdxBarButtonControl = class(
    TdxBarButtonLikeControl
)

#Remarks

TdxBarButtonControl represents TdxBarButton items on screen. Use the item ButtonStyle property to determine the type of button to be displayed. To customize the look of TdxBarButtonControl, use the PaintStyle property of the TdxBarItemLink object that links the TdxBarButton item and the given item control.

See Also