Skip to main content

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

NuGet Package: DevExpress.Win.Navigation

Declaration

public PopupGalleryEditGallery(
    RepositoryItemPopupGalleryEdit gallery
)

Parameters

Name Type Description
gallery RepositoryItemPopupGalleryEdit

A RepositoryItemPopupGalleryEdit object that owns the current PopupGalleryEditGallery.

See Also