Skip to main content
All docs
V24.2

ImageGalleryCustomDrawEventArgs.Info Property

Gets information about the displayed gallery.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v24.2.dll

Declaration

public ImageGalleryInfoArgs Info { get; }

Property Value

Type Description
DevExpress.XtraBars.Ribbon.Drawing.ImageGalleryInfoArgs

Information about the displayed gallery.

See Also