ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.Contracts Namespace / BackstageTab Class / Content Property

In This Topic
    Content Property (BackstageTab)
    In This Topic
    Gets the content portion of the BackstageTab.
    Syntax
    public FrameworkElement Content {get;}
    Public ReadOnly Property Content As FrameworkElement
    Remarks
    BackstageTabs have two portions: a view-model class that must derive from BackstageTab and a view class that must be a FrameworkElement (typically a custom UserControl). The two components are either associated with each other through DAML or manually via OnCreateContent. If necessary, the Content property provides the view-model with access to the view.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also