Skip to main content

MasterDetailPageContent.MasterPaneBackground Property

Gets or sets the brush used to paint the background of the master pane.

Namespace: DevExpress.UI.Xaml.Layout

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public Brush MasterPaneBackground { get; set; }

Property Value

Type Description
Brush

A Windows.UI.Xaml.Media.Brush value.

See Also