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

EditDataSourceContext.OperationMode Property

Specifies the modes of operation available for an object data source.

Namespace: DevExpress.DataAccess.UI.ObjectBinding

Assembly: DevExpress.DataAccess.v19.1.UI.dll

Declaration

public OperationMode OperationMode { get; set; }

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