Document.Maximized Event
Occurs when this Document is maximized at runtime.
Namespace: DevExpress.XtraBars.Docking2010.Views.Widget
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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