Skip to main content

PopupGalleryEditGallery(GalleryControl) Constructor

Initializes a new instance of the PopupGalleryEditGallery class with the specified settings. This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public PopupGalleryEditGallery(
    GalleryControl gallery
)

Parameters

Name Type Description
gallery GalleryControl

A GalleryControl object that owns the current PopupGalleryEditGallery.

See Also