TcxDataControllerMultiThreadedOptions Class
Stores data controller multi-threading settings.
Declaration
TcxDataControllerMultiThreadedOptions = class(
TcxDataControllerPersistent
)
Remarks
DevExpress data controllers implement multi-threaded algorithms for data sort, filter, and group operations. Data group operations rely on both data sorting and filtering algorithms.
Main API Members
The list below outlines key members of the TcxDataControllerMultiThreadedOptions
class. These members allow you to enable or disable individual multi-threaded data processing algorithms at the data controller level.
- Filtering
- Specifies if the parent data controller uses a multi-threaded data filtering algorithm.
- Sorting
- Allows you to disable or enable a multi-threaded data sorting algorithm for the parent data controller.
- DataController
- Provides access to the parent data controller.
Direct TcxDataControllerMultiThreadedOptions Class Reference
The TcxCustomDataController.MultiThreadedOptions property references a TcxDataControllerMultiThreadedOptions
object.
Inheritance
TObject
TPersistent
TcxDataControllerPersistent
TcxDataControllerMultiThreadedOptions
See Also