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

TdxBarExtraPaneItem Class

An item displayed in the Application Menu‘s right panel.

#Declaration

Delphi
TdxBarExtraPaneItem = class(
    TCollectionItem
)

#Remarks

This class allows you to do the following:

  • Specify the item’s display name (DisplayText).

  • Provide an item with an explanatory image (ImageIndex).

  • Specify additional information for each item (Text).

  • Store an arbitrary numeric value with the item (Data).

The TdxBarExtraPaneItem instance is referenced by the Application Menu’s ExtraPaneItems.Items property.

#Inheritance

See Also