WidgetView.ReleaseDeferredLoadMaximizedControl(Document, Boolean, Boolean) Method
Raises the WidgetView.MaximizedControlReleasing event for the target document and sets its initial ControlReleasingEventArgs.KeepControl and ControlReleasingEventArgs.DisposeControl parameters.
Namespace: DevExpress.XtraBars.Docking2010.Views.Widget
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
public void ReleaseDeferredLoadMaximizedControl(
Document document,
bool keepControl,
bool disposeControl
)
Parameters
Name | Type | Description |
---|---|---|
document | Document | A Document for which the WidgetView.MaximizedControlReleasing event should be raised. |
keepControl | Boolean | A Boolean value that is the initial ControlReleasingEventArgs.KeepControl parameter value for the raised event. |
disposeControl | Boolean | A Boolean value that is the initial ControlReleasingEventArgs.KeepControl parameter value for the raised event. |
Remarks
The ReleaseDeferredLoadMaximizedControl method affects only documents that receive their maximized controls on the WidgetView.QueryMaximizedControl event.