Skip to main content

WidgetView.ReleaseDeferredLoadMaximizedControls(Boolean, Boolean) Method

Raises the WidgetView.MaximizedControlReleasing event for all deferred WidgetView documents and sets the initial ControlReleasingEventArgs.KeepControl and ControlReleasingEventArgs.DisposeControl parameter values for this event.

Namespace: DevExpress.XtraBars.Docking2010.Views.Widget

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void ReleaseDeferredLoadMaximizedControls(
    bool keepControls,
    bool disposeControls
)

Parameters

Name Type Description
keepControls Boolean

A Boolean value that is the initial ControlReleasingEventArgs.KeepControl parameter value for the raised event.

disposeControls Boolean

A Boolean value that is the initial ControlReleasingEventArgs.DisposeControl 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