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

DropDownGalleryEventArgs(GalleryDropDownPopupMenu) Constructor

Initializes a new instance of the DropDownGalleryEventArgs class with the specified settings.

Namespace: DevExpress.Xpf.Ribbon

Assembly: DevExpress.Xpf.Ribbon.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Ribbon, DevExpress.Wpf.Navigation

Declaration

public DropDownGalleryEventArgs(
    GalleryDropDownPopupMenu dropDownGallery
)

Parameters

Name Type Description
dropDownGallery GalleryDropDownPopupMenu

A GalleryDropDownPopupMenu object.

See Also