Show / Hide Table of Contents

    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 Source

    SelectedButton

    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.

    See Also

    RadioGroup
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX