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.v19.2.dll

Declaration

public DropDownGalleryEventArgs(
    GalleryDropDownPopupMenu dropDownGallery
)

Parameters

Name Type Description
dropDownGallery GalleryDropDownPopupMenu

A GalleryDropDownPopupMenu object.

See Also