ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Core Namespace / Contents Class / ContentsView Property

In This Topic
    ContentsView Property
    In This Topic
    Gets the UI element (typically a user control) associated with your content
    Syntax
    public FrameworkElement ContentsView {get; set;}
    Public Property ContentsView As FrameworkElement
    Remarks
    Provided by the IContentsProvider (usually your custom pane) when it is activated
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also