Back to Devexpress

InDropDownGallery Class

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-gallery-21e8b9f3.md

latest2.3 KB
Original Source

InDropDownGallery Class

Represents an In-Dropdown gallery.

Namespace : DevExpress.XtraBars.Ribbon.Gallery

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public class InDropDownGallery :
    StandaloneGallery
vb
Public Class InDropDownGallery
    Inherits 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.

Inheritance

Object MarshalByRefObject Component BaseGallery StandaloneGallery InDropDownGallery

See Also

InDropDownGallery Members

GalleryDropDown

GalleryItem

GalleryItemGroup

Galleries

DevExpress.XtraBars.Ribbon.Gallery Namespace