IMDIController.CreateCommand<T>(BaseLayoutItem[]) Method
In This Article
Creates the dock command for the specified items.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.2.dll
NuGet Package: DevExpress.Wpf.Docking
#Declaration
T CreateCommand<T>(
BaseLayoutItem[] items
)
where T : MDIControllerCommand, new()
#Parameters
Name | Type | Description |
---|---|---|
items | Base |
An array of Base |
#Type Parameters
Name |
---|
T |
#Returns
Type | Description |
---|---|
T | The created command. |
See Also