Habanero.Faces.Base.MultiplePropStringTextBoxFilter.Clear C# (CSharp) Method

Clear() public method

Clears the IDateRangeComboBox of its value
public Clear ( ) : void
return void
        public void Clear()
        {
            _textBox.Text = "";
        }