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

ListBoxItem.Tag Property

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

Custom data associated with the current ListBoxItem object.

Remarks

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

See Also