ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Core Namespace / CustomProjectItemContainer<T> Class / SmallImage Property

In This Topic
    SmallImage Property (CustomProjectItemContainer<T>)
    In This Topic
    Gets the small image to use when displaying the container
    Syntax
    public virtual Task<ImageSource> SmallImage {get;}
    Public Overridable ReadOnly Property SmallImage As Task(Of ImageSource)
    Remarks
    This is the primary image used by Catalog
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also