Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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