C# Class CrossUI.iOS.Dialog.Elements.RadioGroup

Captures the information about mutually exclusive elements in a RootElement
Inheritance: Group
Datei anzeigen Open project: MvvmCross/MvvmCross

Public Methods

Method Description
RadioGroup ( int selected )
RadioGroup ( string key = null, int selected )

Method Details

RadioGroup() public method

public RadioGroup ( int selected )
selected int

RadioGroup() public method

public RadioGroup ( string key = null, int selected )
key string
selected int