Skip to main content

DropDownGalleryEventArgs(GalleryDropDownPopupMenu) Constructor

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

Namespace: DevExpress.Xpf.Ribbon

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

NuGet Package: DevExpress.Wpf.Ribbon

Declaration

public DropDownGalleryEventArgs(
    GalleryDropDownPopupMenu dropDownGallery
)

Parameters

Name Type Description
dropDownGallery GalleryDropDownPopupMenu

A GalleryDropDownPopupMenu object.

See Also