menu

Blazor

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

    Show / Hide Table of Contents

    Class DdtFilteringEventArgs

    Provides information about an Filtering event being raised.

    Inheritance
    System.Object
    DdtFilteringEventArgs
    Namespace: Syncfusion.Blazor.Navigations
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class DdtFilteringEventArgs : Object

    Constructors

    DdtFilteringEventArgs()

    Declaration
    public DdtFilteringEventArgs()

    Properties

    Cancel

    Gets or sets whether the current filter action should be canceled or not.

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

    true to cancel the current filter action; otherwise, false.

    Text

    Gets the current typed text value.

    Declaration
    public string Text { get; }
    Property Value
    Type Description
    System.String

    A string representing the current typed text value.

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