Skip to main content

TcxCustomDataController.Options Property

Defines the set of options affecting the behavior of a data controller.

Declaration

property Options: TcxDataControllerOptions read; write; default [dcoAssignGroupingValues, dcoAssignMasterDetailKeys, dcoSaveExpanding];

Property Value

Type
TcxDataControllerOptions

Remarks

Use this property to adjust a data controller’s behavior when records are sorted, created, etc. For instance, you can specify whether to apply locale settings and whether the comparison is case-insensitive.

The default value of the Options property is [].

See Also