Back to Devexpress

TdxBarItemLink.ButtonGroup Property

vcl-dxbar-dot-tdxbaritemlink-580567f0.md

latest1.5 KB
Original Source

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

TypeDefault
TdxBarButtonGroupPositionbgpNone

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:

ValueMeaning
bgpNoneA standalone item.
bgpStartAn item starts a group (this item is displayed as the leftmost item in the group).
bgpMemberAn 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

Customizing Popup Menu (at design time)

TdxBarItemLink Class

TdxBarItemLink Members

dxBar Unit