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

DataSourceChangedEventArgs.DataSourceChangeType Property

Specifies the type of the data source that is being changed.

Namespace: DevExpress.Snap.Core.API

Assembly: DevExpress.Snap.v19.1.Core.dll

Declaration

public DataSourceChangeType DataSourceChangeType { get; }

Property Value

Type Description
DataSourceChangeType

A DataSourceChangeType enumeration value.

Available values:

Name Description
DataSource

A data source.

CalculatedFields

A collection of calculated fields.

See Also