alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Enum FilterBarMode

    Specified the Filter bar mode.

    • OnEnterInitiate filter operation after Enter key is pressed.
    • ImmediateInitiate filter operation after certain time interval. By default time interval is 1500ms.
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    [JsonConverter(typeof(JsonStringEnumConverter))]
    public enum FilterBarMode

    Fields

    Name Description
    Immediate

    Initiate filter operation after certain time interval. By default time interval is 1500ms.

    OnEnter

    Initiate filter operation after Enter key is pressed.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved