RadioGroupItem Constructors
Represents a single item in the collection.Name | Parameters | Description |
---|---|---|
RadioGroupItem() | none | Initializes a new instance of the RadioGroupItem class. |
RadioGroupItem(Object, String, Boolean, Object, String) | value, description, enabled, tag, accessibleName | Initializes a new instance of the RadioGroupItem class with specified settings. |
RadioGroupItem(Object, String, Boolean, Object) | value, description, enabled, tag | Initializes a new instance of the RadioGroupItem class with the specified settings. |
RadioGroupItem(Object, String, Boolean) | value, description, enabled | Initializes a new instance of the RadioGroupItem class with the specified settings. |
RadioGroupItem(Object, String) | value, description | Initializes a new instance of the RadioGroupItem class and sets its RadioGroupItem.Value and RadioGroupItem.Description to the specified parameters. |
See Also