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

PopupGalleryEditGallery Class

Represents a gallery within a PopupGalleryEdit.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraBars.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public class PopupGalleryEditGallery :
    GalleryControlGallery

The following members return PopupGalleryEditGallery objects:

Remarks

You can access a PopupGalleryEdit‘s embedded gallery via the RepositoryItemPopupGalleryEdit.Gallery object.

Use the settings provided by the PopupGalleryEditGallery class to customize the gallery and add gallery groups (BaseGallery.Groups) to it. After gallery groups are added, you can add gallery items to the groups via the GalleryItemGroup.Items collection.

See Also