RadioGroupItem(Object, String, Boolean, Object, String) Constructor
In This Article
Initializes a new instance of the RadioGroupItem class with specified settings.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public RadioGroupItem(
object value,
string description,
bool enabled,
object tag,
string accessibleName
)
#Parameters
Name | Type |
---|---|
value | Object |
description | String |
enabled | Boolean |
tag | Object |
accessible |
String |
See Also