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

ImageGalleryFilterMenu(StandaloneGallery) Constructor

Initializes a new instance of the ImageGalleryFilterMenu class with the specified gallery.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public ImageGalleryFilterMenu(
    StandaloneGallery gallery
)

Parameters

Name Type Description
gallery StandaloneGallery

A StandaloneGallery object that represents the current gallery.

See Also