Skip to main content

PopupGalleryEdit.PopupGallery Property

For internal use. To get the PopupGalleryEdit‘s embedded gallery, use the Gallery property from PopupGalleryEdit.Properties.Gallery.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public PopupGalleryEditGallery PopupGallery { get; }

Property Value

Type Description
PopupGalleryEditGallery

 

See Also