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

MDIControllerCommand.ChangeMDIStyle Property

Changes the item’s MDIStyle property.

Namespace: DevExpress.Xpf.Docking

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

Declaration

public static RoutedCommand ChangeMDIStyle { 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 changes the DocumentGroup1‘s MDIStyle property:

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

Corresponding Method: IMDIController.ChangeMDIStyle

See Also