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

MDIControllerCommand.Cascade Property

Displays the MDI item or its children in a cascade.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v19.2.dll

Declaration

public static RoutedCommand Cascade { get; }

Property Value

Type Description
RoutedCommand

A RoutedCommand object that defines a command implementing the ICommand, and is routed through the element tree.

Remarks

The following code sample displays the DocumentGroup1‘s child items in a cascade:

<Button Command="dxdo:MDIControllerCommand.Cascade" CommandTarget="{Binding ElementName=DockLayoutManager1}" CommandParameter="{Binding ElementName=DocumentGroup1}" />

Corresponding Method: IMDIController.Cascade

See Also