WidgetView.ReleaseDeferredLoadMaximizedControl(Document, Boolean) Method
Raises the WidgetView.MaximizedControlReleasing event for the target document and specifies whether its maximized control should be retained.
Namespace: DevExpress.XtraBars.Docking2010.Views.Widget
Assembly: DevExpress.XtraBars.v25.2.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| document | Document | A Document for which the WidgetView.MaximizedControlReleasing event should be raised. |
| keepControl | Boolean | true if the unbound maximized control should be preserved; otherwise, false. |
Remarks
The ReleaseDeferredLoadMaximizedControl method affects only documents that received their maximized controls on the WidgetView.QueryMaximizedControl event.
See Also