TcxGridItemDataBinding.Filter Property
Provides access to the filter specified by the View’s data controller.
Declaration
property Filter: TcxDataFilterCriteria read;
Property Value
Type |
---|
TcxDataFilterCriteria |
Remarks
Use this property or the View’s DataController.Filter property to add/remove filter conditions, customize the filter dropdown list and thus control the filtering.
See Also