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.KeepBeginGroupWhileExpanded Property

Controls the visibility of a group separator below the expanded in-place subitem’s submenu.

#Declaration

Delphi
property KeepBeginGroupWhileExpanded: Boolean read; write;

#Property Value

Type
Boolean

#Remarks

Use this property to emphasize the expanded subitem’s submenu contents within the parent menu. Set the property to True to display a group separator below the last submenu item, as shown in the image below.

The default value of the KeepBeginGroupWhileExpanded property is False.

See Also