Back to Devexpress

TreeListPersistentLayout.SearchText Property

blazor-devexpress-dot-blazor-dot-treelistpersistentlayout-9d9467a5.md

latest1.0 KB
Original Source

TreeListPersistentLayout.SearchText Property

Specifies the text the TreeList 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 TreeListPersistentLayout class description for additional information and an example.

See Also

TreeListPersistentLayout Class

TreeListPersistentLayout Members

DevExpress.Blazor Namespace