Back to Devexpress

BaseGallery.Tag Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-gallery-dot-basegallery-5ecf86e4.md

latest1.4 KB
Original Source

BaseGallery.Tag Property

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

Namespace : DevExpress.XtraBars.Ribbon.Gallery

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
Objectnull

An object that contains data on the current object.

|

Remarks

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

See Also

BaseGallery Class

BaseGallery Members

DevExpress.XtraBars.Ribbon.Gallery Namespace