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

In This Topic
    Group Property (GalleryItem)
    In This Topic
    Gets or sets the group the gallery item belongs to.
    Syntax
    public string Group {get; set;}
    Public Property Group As String
    Remarks

    Gallery items can optionally be grouped. All gallery items with the same Group will appear grouped under this heading in the gallery drop down menu.

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also