Skip to main content
A newer version of this page is available. .

GridPersistentLayout.SearchText Property

Specifies the text that the Grid uses to filter and highlight data.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.1.dll

NuGet Package: DevExpress.Blazor

Declaration

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string SearchText { get; set; }

Property Value

Type Description
String

The search text.

Remarks

Refer to the GridPersistentLayout class description for more information and an example.

See Also