Back to Devexpress

TcxDataControllerMultiThreadedOptions Class

vcl-cxcustomdata-337ae617.md

latest2.1 KB
Original Source

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.

FilteringSpecifies if the parent data controller uses a multi-threaded data filtering algorithm.SortingAllows you to disable or enable a multi-threaded data sorting algorithm for the parent data controller.DataControllerProvides 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

TcxTreeListOptionsData.MultiThreadedSorting Property

TcxvgMultiRecordsOptionsData.MultiThreadedFiltering Property

TcxDataControllerMultiThreadedOptions Members

cxCustomData Unit