Skip to main content
A newer version of this page is available. .

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.v19.2.dll

Declaration

public void ReleaseDeferredLoadMaximizedControls(
    bool keepControls
)

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 this link to learn more.

See Also