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 Class

An in-place subitem.

#Declaration

Delphi
TdxBarInPlaceSubItem = class(
    TdxBarContainerItem
)

#Remarks

An in-place subitem (also called expandable subitem) allows you to organize bar items into an expandable submenu. Unlike the standard subitem, when clicked, the in-place subitem expands its submenu and embeds it into the parent menu.

An in-place subitem is collapsed.
An in-place subitem is expanded.

Depending on its location, an in-place subitem provides the expandable submenu or standard submenu functionality:

  • If an in-place subitem is located in a submenu or popup menu, the in-place subitem’s submenu will be expandable.

  • If an in-place subitem is located on a toolbar or menu, this in-place subitem will operate as a standard subitem, displaying its contents in a separate submenu.

The TdxBarInPlaceSubItem class introduces members that allow you to do the following:

See Also