Skip to main content
All docs
V25.1
  • IMDIController.CreateCommand<T>(BaseLayoutItem[]) Method

    Creates the dock command for the specified items.

    Namespace: DevExpress.Xpf.Docking

    Assembly: DevExpress.Xpf.Docking.v25.1.dll

    NuGet Package: DevExpress.Wpf.Docking

    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