Interface IClear
Represents the IClear interface.
Namespace: Syncfusion.XForms.ComboBox
Assembly: Syncfusion.SfComboBox.XForms.dll
Syntax
public interface IClear
Methods
Clear()
Represents to Clear the text and selected items
Declaration
void Clear()
Clear(SfComboBox)
Represents to Clear the specified text and selected items
Declaration
void Clear(SfComboBox formsAutoComplete)
Parameters
Type | Name | Description |
---|---|---|
SfComboBox | formsAutoComplete | Forms auto complete. |