vcl-dxbar-dot-tdxbaritemlink-580567f0.md
Specifies whether the corresponding item control is displayed in an item group.
property ButtonGroup: TdxBarButtonGroupPosition read; write; default bgpNone;
| Type | Default |
|---|---|
| TdxBarButtonGroupPosition | bgpNone |
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