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

PopupGalleryEditGallery(RepositoryItemPopupGalleryEdit) 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(
    RepositoryItemPopupGalleryEdit gallery
)

Parameters

Name Type Description
gallery RepositoryItemPopupGalleryEdit

A RepositoryItemPopupGalleryEdit object that owns the current PopupGalleryEditGallery.

See Also