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

TcxDataControllerMultiThreadedOptions Class

Stores data controller multi-threading settings.

#Declaration

Delphi
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