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

TdxBarInPlaceSubItem.Expanded Property

Controls the expansion state of the in-place subitem located in a submenu or popup menu.

#Declaration

Delphi
property Expanded: Boolean read; write; default False;

#Property Value

Type Default
Boolean False

#Remarks

Set this property to True to expand the in-place subitem and display its submenu within a parent menu.

Value Meaning Sample
False The in-place subitem is collapsed.
True The in-place subitem is expanded.

You can respond to expansion state changes by handling the OnAfterExpand and OnBeforeCollapse. In addition, you can emphasize submenu contents within a parent menu via the KeepBeginGroupWhileExpanded property.

The default value of the Expanded property is False.

See Also