Skip to main content

TcxCustomFilterControl.Clear Method

Deletes all the filter conditions.

Declaration

procedure Clear; virtual;

Remarks

Use the Clear method to delete all the filter conditions defined in a filter control. This method removes all condition rows displayed in a filter control and empties the filter criteria (accessed via the Criteria property). Consequently, the FilterText property is resetted since its value is built based upon the defined filter criteria.

See Also