GalleryControlGallery.PopupGalleryEdit Property
Gets or sets a PopupGalleryEdit associated with the current GalleryControlGallery.
Namespace: DevExpress.XtraBars.Ribbon.Gallery
Assembly: DevExpress.XtraBars.v20.2.dll
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public PopupGalleryEdit PopupGalleryEdit { get; set; }
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property PopupGalleryEdit As PopupGalleryEdit
Property Value
Type | Description |
---|---|
PopupGalleryEdit | A PopupGalleryEdit associated with the current GalleryControlGallery. |
Remarks
See the PopupGalleryEdit topic to learn more.
See Also
Feedback