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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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 Also