NavigationPageBase.IsDeferredControlLoad Property
Returns whether or not this page has dynamically received its content.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if this page has dynamically received its content; otherwise, false. |
Remarks
A page is a deferred load page if it receives its content:
- on the NavigationFrame.QueryControl event;
- on the NavigationFrame.AddPage method call if the page has an associated control (see the NavigationPageBase.ControlName and NavigationPageBase.ControlTypeName properties).
See Also