TcxFilterCriteria.Clear Method
Removes filter conditions of the TcxFilterCriteria object.
Declaration
procedure Clear;
Remarks
The Clear method removes the filter conditions provided by the Root property and sets the BoolOperatorKind property of the Root object to its default value. After the Clear method is called, the TcxFilterCriteria object specifies that no filter conditions are in effect.
See Also