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.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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