Skip to main content
All docs
V25.2
  • ITreeList.FilterBuilderTemplate Property

    Specifies a template for the filter builder.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.2.dll

    Declaration

    RenderFragment<TreeListFilterBuilderTemplateContext> FilterBuilderTemplate { get; set; }

    Property Value

    Type Description
    RenderFragment<TreeListFilterBuilderTemplateContext>

    The filter builder template.

    Remarks

    Refer to the FilterBuilderTemplate property description for more information and an example.

    See Also