TcxFilterValueList.Clear Method
In This Article
Removes all filter items from the list.
#Declaration
Delphi
procedure Clear; virtual;
#Remarks
To delete a specific filter item, call the Delete procedure instead.
See Also