WidgetView.ReleaseDeferredLoadMaximizedControls(Boolean) Method
Raises the WidgetView.MaximizedControlReleasing event for all deferred WidgetView documents and sets the initial ControlReleasingEventArgs.KeepControl parameter for this event.
Namespace: DevExpress.XtraBars.Docking2010.Views.Widget
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
keepControls | Boolean | A Boolean value that is the initial ControlReleasingEventArgs.KeepControl parameter value for the raised event. |
Remarks
The ReleaseDeferredLoadMaximizedControls method affects only documents that receive their maximized controls on the WidgetView.QueryMaximizedControl event.
See Also