Class GridDataFilterBarValueArgs
Inheritance
System.Object
GridDataFilterBarValueArgs
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridDataFilterBarValueArgs : EventArgs
Constructors
GridDataFilterBarValueArgs()
Declaration
public GridDataFilterBarValueArgs()
GridDataFilterBarValueArgs(String, FilterType)
Declaration
public GridDataFilterBarValueArgs(string filterValue, FilterType filterType)
Parameters
Type |
Name |
Description |
System.String |
filterValue |
|
Syncfusion.Linq.FilterType |
filterType |
|
Properties
FilterType
Declaration
public FilterType FilterType { get; set; }
Property Value
Type |
Syncfusion.Linq.FilterType |
FilterValue
Declaration
public string FilterValue { get; set; }
Property Value