Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

InDropDownGallery Class

Represents an In-Dropdown gallery.

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#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