method ComboBox.ClearFilter ()
Clears the filter. /*not supported in the lite version*/

TypeDescription

The method clears the Filter and FilterType properties for all columns in the control, excepts for exNumeric and exCheck values where only the Filter property is set on empty. The ApplyFilter method is automatically called when ClearFilter methid is invoked. Use the FilterBarCaption property to change the caption of the control's filter bar. Use the FilterBarHeight property to hide the control's filter bar. Use the FilterInclude property to specify whether the child items should be included to the list when the user applies the filter.