Skip to main content

ListBoxItem.Tag Property

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

Custom data associated with the current ListBoxItem object.

Remarks

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

See Also