Gets or sets an object of type System.Windows.FrameworkElement that represents the content of the Sidebar.

Syntax

public System.Windows.FrameworkElement Content { get; set; }
Public Property Content() As System.Windows.FrameworkElement

Limitations

The content can only be set if the ContentLayout is defined as SidebarContentLayout.Custom.