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

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

Declaration

public PopupGalleryEditGallery(
    GalleryControl gallery
)

Parameters

Name Type Description
gallery GalleryControl

A GalleryControl object that owns the current PopupGalleryEditGallery.

See Also