Skip to content

TWebJQXButtonGroup

Description

Below is a list of the most important properties methods and events for TWebJQXButtonGroup. Represents a group of buttons. The buttons can optionally behave like a radio group or checkbox group.

Designtime Runtime

HTML template tag

The HTML tag the component can be associated with in an HTML template. Assign the ID attribute with a unique value and set the identical value to the ElementID property. Detailed information can be found in the Use of HTML templates topic.

HTML tag <DIV ID=”UniqueID”></DIV>
ElementID UniqueID

Properties for TWebJQXButtonGroup

Property Description
ButtonSelect[Button: Integer] Select or unselect a button based on the index in the Items list
EnableHover Enables the visual effect when a button is hovered
Items A list of button caption texts
Mode Sets how the button group behaves. Options are: Default, CheckBox, RadioButton
Template Sets the template used to display the control. Options are Default, Primary, Success, Warning, Danger, Info
Theme Sets the name of the theme that is used to display the control

Events for TWebJQXButtonGroup

Property Description
OnClick Event triggered when a button is clicked