Interface IRadioGroup
Used to group multiple checkboxes together to guarantee that only one will be checked at any given time.
Inherited Members
System.ComponentModel.INotifyPropertyChanged.PropertyChanged
Namespace: AGS.API
Assembly: AGS.API.dll
Syntax
public interface IRadioGroup : INotifyPropertyChanged
Properties
| Improve this Doc View SourceSelectedButton
Gets or sets the selected button. Once a new button is selected, any existing checked button in the group will be unchecked.
Declaration
ICheckboxComponent SelectedButton { get; set; }
Property Value
Type | Description |
---|---|
ICheckboxComponent | The selected button. |