Back to Devexpress

ListBoxItem.Tag Property

windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-listboxitem-7f2387e2.md

latest1.5 KB
Original Source

ListBoxItem.Tag Property

Gets or sets custom data associated with the current ListBoxItem 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

Custom data associated with the current ListBoxItem object.

|

Remarks

Use the Tag property to associate custom data with ListBoxItem objects.

See Also

ListBoxItem Class

ListBoxItem Members

DevExpress.XtraEditors.Controls Namespace