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

XafApplication.IsDelayedDetailViewDataLoadingEnabled Property

Specifies if delayed loading is enabled for Detail Views in WinForms applications. See WinApplication.IsDelayedDetailViewDataLoadingEnabled.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

[Browsable(false)]
public virtual bool IsDelayedDetailViewDataLoadingEnabled { get; set; }

Property Value

Type Description
Boolean

true, if delayed loading is enabled for Detail Views in WinForms applications; otherwise, false. The default is false.

See Also