ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.Contracts Namespace / GalleryItem Class
Members

In This Topic
    GalleryItem Class
    In This Topic
    Represents a selectable item in a Gallery.
    Syntax
    public class GalleryItem : IGalleryItem  
    Public Class GalleryItem 
       Implements IGalleryItem 
    Remarks

    The default item template for Galleries expects GalleryItems. If you're using a custom item template you can fill the gallery with whatever type is appropriate.

    Inheritance Hierarchy

    System.Object
       ArcGIS.Desktop.Framework.Contracts.GalleryItem

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also