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

DocumentLoadingBehavior Enum

Lists the options that define whether to allow loading object data sources in end-user applications.

Namespace: DevExpress.DataAccess

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public enum DocumentLoadingBehavior

Members

Name Description
Prompt

Ask for an end-user’s permission on every attempt to load an object data source in an application.

LoadAsIs

Allow loading any object data sources.

LoadSafely

Load object data sources in a safe mode (with their data member and data source settings cleared).

Related API Members

The following properties accept/return DocumentLoadingBehavior values:

Library Related API Members
Cross-Platform Class Library DataSourceOptionsContainer.ObjectDataSourceLoadingBehavior
WinForms Controls DataSourceOptionsContainer.ObjectDataSourceLoadingBehavior
Dashboard DashboardControl.ObjectDataSourceLoadingBehavior

Remarks

A DocumentLoadingBehavior enumeration value is returned by the DataSourceOptionsContainer.ObjectDataSourceLoadingBehavior property.

See Also