Skip to main content
A newer version of this page is available. .

GalleryControlGallery.PopupGalleryEdit Property

Gets or sets a PopupGalleryEdit associated with the current GalleryControlGallery.

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[Browsable(false)]
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