Skip to main content

SearchControl.SearchText Property

Gets or sets the search string specified within the SearchControl. This is a dependency property.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public string SearchText { get; set; }

Property Value

Type Description
String

A String value that specifies the search string.

Remarks

Searches are performed against a string specified by an end-user in the SearchControl. Use the SearchText property to obtain or specify the search string in code.

See Also