Skip to main content
A newer version of this page is available. .

GalleryItemGroup.Tag Property

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

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[DefaultValue(null)]
public object Tag { get; set; }

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