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

InDropDownGallery Class

Represents an In-Dropdown gallery.

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

public class InDropDownGallery :
    StandaloneGallery

The following members return InDropDownGallery objects:

Remarks

This class represents a gallery in a GalleryDropDown control.

Use the BaseGallery.Groups property to access or modify the collection of gallery groups. Each group can display multiple gallery items which represent specific images.

See Galleries for more information.

See Also