Skip to main content

ImageGalleryFilterMenu(StandaloneGallery) Constructor

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

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v24.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public ImageGalleryFilterMenu(
    StandaloneGallery gallery
)

Parameters

Name Type Description
gallery StandaloneGallery

A StandaloneGallery object that represents the current gallery.

See Also