Back to Devexpress

PopupGalleryEditGallery Class

windowsforms-devexpress-dot-xtraeditors-b53f6fec.md

latest2.8 KB
Original Source

PopupGalleryEditGallery Class

A gallery within a PopupGalleryEdit.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public class PopupGalleryEditGallery :
    GalleryControlGallery
vb
Public Class PopupGalleryEditGallery
    Inherits GalleryControlGallery

The following members return PopupGalleryEditGallery objects:

Remarks

Use the RepositoryItemPopupGalleryEdit.Gallery property to access the embedded gallery.

Use the settings exposed by the PopupGalleryEditGallery class to customize the gallery and add gallery groups (BaseGallery.Groups) to it. After a gallery group is added, use its GalleryItemGroup.Items property to add gallery items.

Inheritance

Object MarshalByRefObject Component BaseGallery StandaloneGallery GalleryControlGallery PopupGalleryEditGallery

See Also

PopupGalleryEditGallery Members

Gallery

RepositoryItemPopupGalleryEdit

Properties

PopupGalleryEdit

GalleryItemGroup

Groups

GalleryItem

Items

DevExpress.XtraEditors Namespace