IListBox<TData, TValue>.SearchText Property
Specifies the text that the List Box uses to filter and highlight data.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
[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