BarItem.Tag Property
Gets or sets an object that contains data on the current item.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v22.2.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Default | Description |
---|---|---|
Object | null | An Object that contains data on the current item. |
Remarks
Any user value can be assigned to this property.
See Also