DocumentLoadingBehavior Enum
Lists the options that define whether to trust object data sources loaded in end-user applications.
Namespace: DevExpress.DataAccess
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
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). |
Remarks
A DocumentLoadingBehavior enumeration value is returned by the DataSourceOptionsContainer.ObjectDataSourceLoadingBehavior property.
See Also