menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SearchingEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SearchingEventArgs

    Provides information about the Searching event.

    Inheritance
    System.Object
    GridEventBaseArgs
    SearchedEventArgs
    SearchingEventArgs
    Inherited Members
    GridEventBaseArgs.PreventRender
    SearchedEventArgs.SearchText
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class SearchingEventArgs : SearchedEventArgs

    Constructors

    SearchingEventArgs()

    Declaration
    public SearchingEventArgs()

    Properties

    Cancel

    Gets or sets a value indicating whether to cancel the search action in the grid.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is false. If the Cancel property is set to true, then the search action will be canceled.

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