DocumentLoadingBehavior Enum
Lists the options that define whether to trust object data sources loaded in end-user applications.
Namespace: DevExpress.DataAccess
Assembly:
DevExpress.DataAccess.v26.1.dll
Declaration
public enum DocumentLoadingBehavior
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:
A DocumentLoadingBehavior enumeration value is returned by the DataSourceOptionsContainer.ObjectDataSourceLoadingBehavior property.
See Also