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 |
|
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. |