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

MasterDetailPageContent.IsContentPaneVisible Property

Gets or sets whether the content pane is visible.

Namespace: DevExpress.UI.Xaml.Layout

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

Declaration

public bool IsContentPaneVisible { get; set; }

Property Value

Type Description
Boolean

true, if the content pane is currently visible; otherwise, false.

See Also