DocumentLoadingBehavior Enum
In This Article
Lists the options that define whether to trust object data sources loaded in end-user applications.
Namespace: DevExpress.DataAccess
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
#Members
Name | Description |
---|---|
Prompt
|
Ask for an end-user’s permission on every attempt to load an object data source in an application. |
Load
|
Allow loading any object data sources. |
Load
|
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 |
---|---|
Win |
Data |
Dashboard | Dashboard |
#Remarks
A DocumentLoadingBehavior enumeration value is returned by the DataSourceOptionsContainer.ObjectDataSourceLoadingBehavior property.
See Also