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

DxTreeView.FilterNullText Property

Specifies the filter panel’s prompt text.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.1.dll

NuGet Package: DevExpress.Blazor

Declaration

[DefaultValue(null)]
[Parameter]
public string FilterNullText { get; set; }

Property Value

Type Default Description
String null

The prompt text.

Remarks

The following example shows how to use the FilterNullText property:

<DxTreeView ShowFilterPanel="true"
            FilterNullText="Search here...">
    @* .. *@
</DxTreeView>

Filter - NullText

See Also