Skip to main content

NavigationBarItem.Tag Property

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

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(null)]
public object Tag { get; set; }

Property Value

Type Default Description
Object null

An object that contains custom data for the current object.

Remarks

This property can be used to store any data that you want to associate with the current object.

See Also