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

NavElement.Tag Property

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

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

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

Property Value

Type Default Description
Object *null*

An Object that contains custom data for the current NavElement.

Remarks

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

See Also