Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.2
  • 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

    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