Skip to main content

PopupGalleryEditGallery Class

A gallery within a PopupGalleryEdit.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public class PopupGalleryEditGallery :
    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.

See Also