TcxGridItemDataBinding.Filter Property
In This Article
Provides access to the filter specified by the View’s data controller.
#Declaration
Delphi
property Filter: TcxDataFilterCriteria read;
#Property Value
Type |
---|
Tcx |
#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