RadioGroupItem(Object, String) Constructor
Initializes a new instance of the RadioGroupItem class and sets its RadioGroupItem.Value and RadioGroupItem.Description to the specified parameters.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| value | Object | An object to initialize the RadioGroupItem.Value property. |
| description | String | An object to initialize the RadioGroupItem.Description property. |
See Also