Skip to main content
A newer version of this page is available. .

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) 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