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

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.v19.2.dll

Declaration

public Brush MasterPaneBackground { get; set; }

Property Value

Type Description
Brush

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

See Also