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