TdxBarItemLink.ButtonGroup Property
Specifies whether the corresponding item control is displayed in an item group.
Declaration
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). |
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