Skip to main content
A newer version of this page is available. .

Document.Maximized Event

Occurs when this Document is maximized at runtime.

Namespace: DevExpress.XtraBars.Docking2010.Views.Widget

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[DXCategory("Events")]
public event EventHandler Maximized

Event Data

The Maximized event's data class is EventArgs.

Remarks

End-users can maximize Documents at runtime by double-clicking Document Headers, or clicking the corresponding Maximize button at the Document’s top right corner. To enable or disable this feature, use the IDocumentDefaultProperties.CanMaximize property.

Restoring the Document back to its normal state fires the Document.Restored event.

See Also