DxButtonGroup Properties
A component that displays a set of buttons.| Name | Description |
|---|---|
| CssClass | Assigns a CSS class to the Button Group component. |
| Enabled | Specifies whether the Button Group component is enabled. |
| Items | Specifies the component’s item collection. |
| Orientation | Specifies how button group items are arranged (horizontally or vertically). |
| RenderStyle | Specifies an item’s predefined style. Applies to all items in the component. |
| RenderStyleMode | Specifies an item’s color filling type. Applies to all items in the component. |
| SelectionMode | Specifies the item selection mode. |
| SizeMode | Specifies the size of the Button Group component and its items. |
| Visible | Specifies the Button Group component’s visibility. |
See Also