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

TdxBarItemOptions.Size Property

Specifies menu item size.

#Declaration

Delphi
property Size: TdxBarMenuItemSize read; write;

#Property Value

Type
TdxBarMenuItemSize

#Remarks

All possible values are listed in the following table.

Value Meaning Sample
misNormal Standard size (for 16x16 images).
misLarge Double size (for 32x32 images).

Note

For large menu items, you can toggle the visibility of item descriptions via the ShowDescriptions property.

For the Application Menu, the default value of the Size property is misLarge. Otherwise, it is misNormal.

See Also