Bar.Tag Property
In This Article
Gets or sets an object that contains custom data for the current Bar object.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#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