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

Speed Up In-memory Operations with PLINQ

If you store data in a large in-memory collection, you can use PLINQ data sources to speed up data shaping operations. To do this, bind the GridControl to the PLinqServerModeSource and PLinqInstantFeedbackSource data sources, which support Server Mode and Instant Feedback Mode, respectively.

Alternatively, you can use PLinqInstantFeedbackDataSource and PLinqServerModeDataSource. You can access these components from the Visual Studio XAML Designer.

View Example: How to parallelize data-intensive operations

See Also