Skip to main content

DxTreeView.FilterNullText Property

Specifies the filter panel’s prompt text.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.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