LookUpEditBase.StartAutoSearch(String, Boolean) Method
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v20.2.dll
Declaration
public bool StartAutoSearch(
string text,
bool selectAll = false
)
Public Function StartAutoSearch(
text As String,
selectAll As Boolean = False
) As Boolean
Parameters
Name | Type |
---|---|
text | String |
Optional Parameters
Name | Type | Default |
---|---|---|
selectAll | Boolean | False |
Returns
Type |
---|
Boolean |
See Also
Feedback