Namespace Syncfusion.DataSource
Classes
| CollectionViewFlags
Defines the options to refresh the source in the DataSource. |
| ColumnFilter
Specifies the Filter Behavior for the filter predicates. |
| DataSource
DataSource is a non UI component that consumes raw data and processes data operations such as sorting, filtering and grouping. This can be applied to any data bound control to perform the data processing and data operations which saving developers time and effort in building the functionality themselves. |
| DataSourceHelper
Helper class to which contains exceptional properties and methods to obtain most commonly used values. |
| DataTableDataSource
DataTableDataSource is a non UI component that consumes DataTable type data and processes data operations such as sorting, filtering and grouping. This can be applied to any data bound control to perform the data processing and data operations which saving developers time and effort in building the functionality themselves. |
| DisplayItems
Virtual collection which hold the list of items to be displayed |
| FilterBehavior
Specifies the Filter Behavior for the filter predicates. |
| FilterDefinition
Class to inherit the interface values that holds the information of the Filtering like Mapping Name, filter predicate, etc. |
| FilterOperatorType
Default Filter Operator is defined for Filters. |
| FilterPredicate
Holds values for Filtering. |
| FilterType
Specifies the FilterType to be used in LINQ methods. |
| GroupContext
Class that contains the information of the group like child groups, items count, key, details of the group, etc. |
| GroupDescription
Represents a class that defines the basic methods and properties for grouping the data in the collection view. |
| GroupDescriptor
Represents a struct that contains the grouping information like property name to be grouped |
| GroupList
Collection of GroupResult |
| ListSortDirection
Defines the sort directions for SortDescriptor. |
| LiveDataUpdateMode
Defines the options to refresh the collection when modify data at runtime. |
| Nullable
Class which represents the generic type nullable values. |
| Nullable<T>
Initializes a new instance of the Nullable<T> structure. |
| PredicateType
Predicate type defined for Filters. |
| PropertyChangingEventArgs
Class which inherits from the System.EventArgs. |
| PropertyChangingEventHandler
Represents the method that will handle the INotifyPropertyChanging.PropertyChanging event of an INotifyPropertyChanging interface. |
| QueryableCollectionViewExtensions
Represents the class that maintains the collection view of type queryable collection view. |
| SortColumn
Representing the class that contains the columns that represents sorting, which contains the column name that is sorted and sort direction. |
| SortDescriptor
Represents a struct that contains the sorting information like property name to be sorted and sort direction based on which sorting for a property is processed. |
Interfaces
| IFilterDefinition
Interface that holds the information of the Filtering like Mapping Name, filter predicate, etc. |
| INotifyPropertyChanging
Interface to help notify the property changed events. |
| ISortDirection
Defines property to get the sort direction. |