Skip to main content

GalleryControlGallery.PopupGalleryEdit Property

Gets or sets a PopupGalleryEdit associated with the current GalleryControlGallery.

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v23.2.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