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