GalleryControlGallery.PopupGalleryEdit Property
Gets or sets a PopupGalleryEdit associated with the current GalleryControlGallery.
Namespace: DevExpress.XtraBars.Ribbon.Gallery
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public PopupGalleryEdit PopupGalleryEdit { get; set; }
Property Value
Type | Description |
---|---|
PopupGalleryEdit | A PopupGalleryEdit associated with the current GalleryControlGallery. |
Remarks
See the PopupGalleryEdit topic to learn more.
See Also