Class RadioGroup
A container for a set of Radio UI elements.
Implements
Inherited Members
Namespace: Unity.AppUI.UI
Assembly: solution.dll
Syntax
public class RadioGroup : VisualElement, IEventHandler, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, IResolvedStyle, INotifyValueChanged<int>
Constructors
| Name | Description |
|---|---|
| RadioGroup() | Default constructor. |
| RadioGroup(IList, Action<Radio, int>) | Construct a RadioGroup UI element using a provided collection of items. |
Fields
| Name | Description |
|---|---|
| ussClassName | The RadioGroup main styling class. |
Properties
| Name | Description |
|---|---|
| bindItem | The function invoked to bind display data per item. |
| contentContainer | The RadioGroup content container. |
| sourceItems | The collection of items that will be displayed as Radio component. |
| value | The selected item index. |
Methods
| Name | Description |
|---|---|
| SetValueWithoutNotify(int) | Set the value without notifying the listeners. |