TdxBarItemLink.ButtonGroup Property
In This Article
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 |
---|---|
Tdx |
bgp |
#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 |
---|---|
bgp |
A standalone item. |
bgp |
An item starts a group (this item is displayed as the leftmost item in the group). |
bgp |
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