vcl-cxcustomdata-dot-tcxdatacontrollermultithreadedoptions.md
Specifies if the data controller uses a multi-threaded data sorting algorithm.
property Sorting: TdxDefaultBoolean read; write; default bDefault;
| Type | Default | Description |
|---|---|---|
| TdxDefaultBoolean | bDefault |
|
DevExpress data controllers used in container controls for data management rely on multi-threaded algorithms for data sort, filter, and group operations.
You can use Filtering and Sorting properties to explicitly enable or disable corresponding multi-threaded algorithms in the parent data controller.
Important
We recommend that you leave multi-threaded algorithms enabled to ensure the best application performance. You may need to disable multi-threaded sorting only if you implement a thread-unsafe handler for the DataController.OnCompare event.
The Sorting property’s default value is bDefault.
The default Sorting property value indicates that the dxDefaultMultiThreadedSorting global constant value specifies if the parent data controller uses a multi-threaded data sorting algorithm.
See Also
TcxTreeListOptionsData.MultiThreadedSorting Property
TcxDataControllerMultiThreadedOptions Class