Skip to main content

MasterDetailPageContent.MasterPane Property

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

Namespace: DevExpress.UI.Xaml.Layout

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

NuGet Package: DevExpress.Uwp.Controls

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