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

TdxBarItemLink.ButtonGroup Property

Specifies whether the corresponding item control is displayed in an item group.

#Declaration

Delphi
property ButtonGroup: TdxBarButtonGroupPosition read; write; default bgpNone;

#Property Value

Type Default
TdxBarButtonGroupPosition bgpNone

#Remarks

A set of related items can be visually organized into a group.

To create groups, use the ButtonGroup property. This property’s values include:

Value Meaning
bgpNone A standalone item.
bgpStart An item starts a group (this item is displayed as the leftmost item in the group).
bgpMember An item is a group member (continues a group).

Note

Only two types of items – buttons and subitems – can be placed into groups.

At design time, you can change the ButtonGroup property using the corresponding option within the customizing popup menu.

The default value of the ButtonGroup property is bgpNone.

See Also