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

WidgetView.ReleaseDeferredLoadMaximizedControl(Document) Method

Raises the WidgetView.MaximizedControlReleasing event with default parameters for the target document.

Namespace: DevExpress.XtraBars.Docking2010.Views.Widget

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public void ReleaseDeferredLoadMaximizedControl(
    Document document
)

Parameters

Name Type Description
document Document

A Document for which the WidgetView.MaximizedControlReleasing event should be raised.

Remarks

The ReleaseDeferredLoadMaximizedControl method affects only documents that receive their maximized controls on the WidgetView.QueryMaximizedControl event. See this link to learn more.

See Also