Back to Devexpress

GalleryItem.Tag Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-galleryitem-2c1224e3.md

latest1.2 KB
Original Source

GalleryItem.Tag Property

Gets or sets an object that contains data on the current GalleryItem object.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(null)]
public object Tag { get; set; }
vb
<DefaultValue(Nothing)>
Public Property Tag As Object

Property Value

TypeDefaultDescription
Objectnull

An object that contains data on the current object.

|

Remarks

Any user value can be assigned to this property.

See Also

GalleryItem Class

GalleryItem Members

DevExpress.XtraBars.Ribbon Namespace