Skip to main content

ISearchPanelRequestSender.SearchByString(String) Method

Searches for information by the keyword.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

void SearchByString(
    string keyword
)

Parameters

Name Type Description
keyword String

A String containing information to search for on a map. This string can contain either geographical names or other information to look for.

See Also