Skip to main content

TcxDBDataController.Filter Property

Defines a set of filter conditions applied to a grid control.

Declaration

property Filter: TcxDBDataFilterCriteria read; write;

Property Value

Type
TcxDBDataFilterCriteria

Remarks

Use the Filter property to specify the filter criteria for a grid control. Filter criteria describe a set of filter conditions combined by logical operators. You can add, remove filter conditions for specific items, customize the list of values for a filter condition and control the filtering process. After you add filter conditions, you have to apply them by setting the Active property to True.

The Filter property of the TcxDBDataFilterCriteria type allows you to automatically apply the current filter conditions to the corresponding TDataSet object.

See Also