Back to Devexpress

RadioGroupItem.Tag Property

windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-radiogroupitem-0e901953.md

latest1.6 KB
Original Source

RadioGroupItem.Tag Property

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

Namespace : DevExpress.XtraEditors.Controls

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(null)]
[DXCategory("Data")]
public virtual object Tag { get; set; }
vb
<DefaultValue(Nothing)>
<DXCategory("Data")>
Public Overridable Property Tag As Object

Property Value

TypeDefaultDescription
Objectnull

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

RadioGroupItem Class

RadioGroupItem Members

DevExpress.XtraEditors.Controls Namespace