Skip to main content
All docs
V23.2

AutoQueryPreload Variable

Allows you to choose to automatically load child data items and to search by nested items in the complex nested data source.

Declaration

export const AutoQueryPreload: DevExpress.Analytics.IGlobalSubscribableValue<boolean>;

Members

Type
DevExpress.Analytics.IGlobalSubscribableValue<boolean>

Remarks

The AutoQueryPreload method allows you to optimize Data Source Wizard schema loading.

To enable schema loading on demand or on tree node expansion in the Specify Data Source Settings page, call the AutoQueryPreload method in the BeforePrint event handler attached to the target component:

DevExpress.Analytics.Wizard.AutoQueryPreload(false);

Note

The Search function only works for data objects that have already been loaded.