Skip to main content
A newer version of this page is available. .

RadioGroupItem.Tag Property

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

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[DefaultValue(null)]
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