Skip to main content

RadioGroupItem.Tag Property

Gets or sets an object that contains custom data for the current RadioGroupItem object.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(null)]
[DXCategory("Data")]
public virtual object Tag { get; set; }

Property Value

Type Default Description
Object null

An Object that contains custom data for the current RadioGroupItem.

Remarks

This property can be used to store any data that you want to associate with the current RadioGroupItem.

See Also