EaxToolBarView.IsRadio

Syntax

IsRadio: boolean

Description

The IsRadio property determines whether radio button mode is enabled.

Comments

If this property is set to True radio button mode is active, when the property is False buttons are selected as checkbox controls. By default this property is set to True.

This property can be set from JSON or using the setIsRadio method, and returned using the getIsRadio method. Parameter of the setIsRadio button indicates if the radio button mode is enabled.

Example

The example of property use is given on the Example of Creating the EaxToolBar Component page.

See also:

EaxToolBarView