Skip to main content

IMDIController.Maximize(DocumentPanel) Method

Maximizes the document.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v23.2.dll

NuGet Package: DevExpress.Wpf.Docking

Declaration

bool Maximize(
    DocumentPanel document
)

Parameters

Name Type Description
document DocumentPanel

The DocumentPanel object that should be maximized.

Returns

Type Description
Boolean

true, if the document is maximized; otherwise, false.

See Also