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

IMDIController.CreateCommand<T>(BaseLayoutItem[]) Method

Creates the dock command for the specified items.

Namespace: DevExpress.Xpf.Docking

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

Declaration

T CreateCommand<T>(
    BaseLayoutItem[] items
)
    where T : MDIControllerCommand, new()

Parameters

Name Type Description
items BaseLayoutItem[]

An array of BaseLayoutItem objects with which the created command is associated.

Type Parameters

Name
T

Returns

Type Description
T

The created command.

See Also