Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ICollectionView Specifics

The Items Source Configuration Wizard allows you to use the ICollectionView component to bind the PivotGridControl to various types of data sources. This component enables collections to have the functionalities of current record management, custom sorting, filtering, and grouping.

ItemsSourceConfigurationWizard_ADO_ICollectionView

After you have specified a binding method as Manipulating Data via ICollectionView, click Next. The following settings are available on the final page.

ItemsSourceConfigurationWizard_ADO_ICollectionView_Finish

  • Table - Specify the table from the data source.
  • Collection View Type - Select the type of the CollectionView used for grouping, sorting, filtering, and navigating a data collection. You can choose between the ListCollectionView and BindingListCollectionView. After you have specified the required type, you can perform grouping and sorting using the Group Descriptions and Sort Descriptions options, respectively.

    ItemsSourceConfigurationWizard_ADO_ICollectionView_Settings

  • Culture - Specify the culture to use during sorting.