Back to Devexpress

GridPersistentLayout.SearchText Property

blazor-devexpress-dot-blazor-dot-gridpersistentlayout-c61a11ce.md

latest999 B
Original Source

GridPersistentLayout.SearchText Property

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

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

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

Property Value

TypeDescription
String

The search text.

|

Remarks

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

See Also

GridPersistentLayout Class

GridPersistentLayout Members

DevExpress.Blazor Namespace