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

    Creates the dock command for the specified items.

    Namespace: DevExpress.Xpf.Docking

    Assembly: DevExpress.Xpf.Docking.v26.1.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