DataSourceChangedEventArgs.DataSourceChangeType Property
Specifies the type of the data source that is being changed.
Namespace: DevExpress.Snap.Core.API
Assembly: DevExpress.Snap.v21.2.Core.dll
NuGet Package: DevExpress.Snap.Core
Declaration
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