Skip to main content
A newer version of this page is available. .
All docs
V20.2

LookUpEditBase.StartAutoSuggest(String, Boolean) Method

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public bool StartAutoSuggest(
    string text,
    bool selectAll = false
)

Parameters

Name Type
text String

Optional Parameters

Name Type Default
selectAll Boolean False

Returns

Type
Boolean
See Also