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
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