IGrid.SearchText Property
In This Article
Specifies the text that the Grid uses to filter and highlight data.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
[DefaultValue(null)]
string SearchText { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
String | null | The search text. |
#Remarks
Refer to the SearchText property description for more information and an example.
See Also