Skip to main content

DropDownGalleryEventArgs(GalleryDropDownPopupMenu) Constructor

In This Article

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

Namespace: DevExpress.Xpf.Ribbon

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

#Declaration

public DropDownGalleryEventArgs(
    GalleryDropDownPopupMenu dropDownGallery
)

#Parameters

Name Type Description
dropDownGallery GalleryDropDownPopupMenu

A GalleryDropDownPopupMenu object.

See Also