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

MDIControllerCommand.TileVertical Property

Arranges MDI items vertically within the group.

Namespace: DevExpress.Xpf.Docking

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

Declaration

public static RoutedCommand TileVertical { 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 arranges the DocumentGroup1‘s child MDI items vertically:

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

Corresponding Method: IMDIController.TileVertical

See Also