IMDIController.CreateCommand<T>(BaseLayoutItem[]) Method
Creates the dock command for the specified items.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.1.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
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