Skip to main content

MasterDetailPageContent.IsContentPaneVisible Property

Gets or sets whether the content pane is visible.

Namespace: DevExpress.UI.Xaml.Layout

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public bool IsContentPaneVisible { get; set; }

Property Value

Type Description
Boolean

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

See Also