Class IgxDataSourceSchemaChangedEventArgs

Provides information about a schema change event that has occurred.

Hierarchy

Hierarchy

  • IgxDataSourceSchemaChangedEventArgs

Constructors

Properties

Accessors

Constructors

Properties

ngAcceptInputType_count: string | number

Accessors

  • get count(): number
  • Gets the current full count of items in the data source.

    Returns number

  • get schema(): IDataSourceSchema
  • Gets the new schema that has been provided.

    Returns IDataSourceSchema