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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public PopupGalleryEditGallery PopupGallery { get; }
Property Value
Type | Description |
---|---|
PopupGalleryEditGallery |
|
See Also