ArcGIS Pro 3.7 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 Property Group As String
    public string Group {get; set;}
    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also