Skip to main content

IMDIController.ChangeMDIStyle(BaseLayoutItem) Method

Changes the item’s MDIStyle property.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v23.2.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