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

TdxBarSubItemControl Class

A subitem on a toolbar.

#Declaration

Delphi
TdxBarSubItemControl = class(
    TdxBarButtonLikeControl
)

#Remarks

This class represents TdxBarSubItem on a toolbar. When clicking the mouse, TdxBarSubItemControl creates a bar control of type TdxBarSubMenuControl with item controls, specified by the ItemLinks property. The arrow is drawn next to the TdxBarSubItemControl to indicate that the item control has a dropdown menu, but if the TdxBarSubItemControl is placed on the main menu toolbar, the arrow is not drawn. This class is the ancestor of the TdxBarContainerItemControl and TdxBarToolbarsListItemControl classes.

See Also