ArcGIS Pro 2.6 API Reference Guide
Content Property (Pane)

ArcGIS.Desktop.Framework.Contracts Namespace > Pane Class : Content Property
Gets or sets the content portion of the Pane.
Syntax
protected internal FrameworkElement Content {get; set;}
Protected Friend Property Content As FrameworkElement
Remarks
Panes have two portions: a view-model class that must derive from thePane abstract class 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 10, Windows 8.1, Windows 7

See Also

Reference

Pane Class
Pane Members