EditDataSourceContext.OperationMode Property
Specifies the modes of operation available for an object data source.
Namespace: DevExpress.DataAccess.UI.ObjectBinding
Assembly: DevExpress.DataAccess.v25.1.UI.dll
NuGet Package: DevExpress.DataAccess.UI
Declaration
Property Value
| Type | Description |
|---|---|
| OperationMode | An OperationMode enumeration value. |
Available values:
| Name | Description |
|---|---|
| SchemaOnly | Only the schema of an object data source is available on the client. |
| DataOnly | Only the data from an object data source is available on the client. |
| Both | Both the data and schema of an object data source are available on the client. |
See Also