RadioGroupItem.Tag Property
In This Article
Gets or sets an object that contains custom data for the current RadioGroupItem object.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Object | null | An Object that contains custom data for the current Radio |
#Remarks
This property can be used to store any data that you want to associate with the current RadioGroupItem.
See Also