Skip to main content

MasterDetailPageContent.ShowContentPaneCommand Property

Returns a command that shows the content pane.

Namespace: DevExpress.UI.Xaml.Layout

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public ICommand ShowContentPaneCommand { get; protected set; }

Property Value

Type Description
ICommand

A ICommand object.

See Also