Skip to main content
All docs
V25.1
  • DxTreeView.FilterNullText Property

    Specifies the filter panel’s prompt text.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.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 uses the FilterNullText property:

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

    Filter - NullText

    See Also