Skip to main content
A newer version of this page is available. .

MasterDetailPageContent.MasterPane Property

Gets or sets the control used as the master pane content.

Namespace: DevExpress.UI.Xaml.Layout

Assembly: DevExpress.UI.Xaml.Layout.v19.2.dll

Declaration

public UIElement MasterPane { get; set; }

Property Value

Type Description
Windows.UI.Xaml.UIElement

A UIElement object that specifies the control used as the master pane content.

See Also