Class DdtFilteringEventArgs
Provides information about an Filtering event being raised.
Inherited Members
Namespace: Syncfusion.Blazor.Navigations
Assembly: Syncfusion.Blazor.dll
Syntax
public class DdtFilteringEventArgs
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 |
|---|---|
| bool |
|
Text
Gets the current typed text value.
Declaration
public string Text { get; }
Property Value
| Type | Description |
|---|---|
| string | A string representing the current typed text value. |