Skip to main content
All docs
V25.1
  • IMDIController.ChangeMDIStyle(BaseLayoutItem) Method

    Changes the item’s MDIStyle property.

    Namespace: DevExpress.Xpf.Docking

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

    NuGet Package: DevExpress.Wpf.Docking

    Declaration

    bool ChangeMDIStyle(
        BaseLayoutItem item
    )

    Parameters

    Name Type Description
    item BaseLayoutItem

    A BaseLayoutItem object for which the MDIStyle property should be changed.

    Returns

    Type Description
    Boolean

    true, if the item’s MDIStyle property is successfully changed; otherwise, false.

    See Also