Class GridDataFilterWrapper
Inheritance
System.Object
GridDataFilterWrapper
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridDataFilterWrapper : DependencyObject
Constructors
GridDataFilterWrapper()
Declaration
public GridDataFilterWrapper()
Fields
EndDateFilterValueProperty
Declaration
public static readonly DependencyProperty EndDateFilterValueProperty
Field Value
Type |
System.Windows.DependencyProperty |
FilterTypeProperty
Declaration
public static readonly DependencyProperty FilterTypeProperty
Field Value
Type |
System.Windows.DependencyProperty |
FilterValueProperty
Declaration
public static readonly DependencyProperty FilterValueProperty
Field Value
Type |
System.Windows.DependencyProperty |
MatchCaseProperty
Declaration
public static readonly DependencyProperty MatchCaseProperty
Field Value
Type |
System.Windows.DependencyProperty |
PredicateTypeProperty
Declaration
public static readonly DependencyProperty PredicateTypeProperty
Field Value
Type |
System.Windows.DependencyProperty |
StartDateFilterValueProperty
Declaration
public static readonly DependencyProperty StartDateFilterValueProperty
Field Value
Type |
System.Windows.DependencyProperty |
Properties
EndDateFilterValue
The Current FilterValue that is used to bind to the internal Filters for each column. If this is set to NULL, then the filter would be cleared.
Declaration
public Nullable<DateTime> EndDateFilterValue { get; set; }
Property Value
Type |
System.Nullable<System.DateTime> |
FilterType
Gets or sets the type of the filter.
Declaration
public FilterType FilterType { get; set; }
Property Value
Type |
Description |
Syncfusion.Linq.FilterType |
The type of the filter.
|
FilterValue
The Current FilterValue that is used to bind to the internal Filters for each column. If this is set to NULL, then the filter would be cleared.
Declaration
public object FilterValue { get; set; }
Property Value
IsInSuspend
Gets or sets a value indicating whether this instance is in suspend.
Declaration
public bool IsInSuspend { get; set; }
Property Value
Type |
Description |
System.Boolean |
true if this instance is in suspend; otherwise, false .
|
MatchCase
Gets or sets a value indicating whether [match case].
Declaration
public bool MatchCase { get; set; }
Property Value
Type |
Description |
System.Boolean |
true if [match case]; otherwise, false .
|
PredicateType
Gets or sets the type of the predicate.
Declaration
public PredicateType PredicateType { get; set; }
Property Value
Type |
Description |
Syncfusion.Windows.Data.PredicateType |
The type of the predicate.
|
StartDateFilterValue
The Current FilterValue that is used to bind to the internal Filters for each column. If this is set to NULL, then the filter would be cleared.
Declaration
public Nullable<DateTime> StartDateFilterValue { get; set; }
Property Value
Type |
System.Nullable<System.DateTime> |
Methods
ComboSelectionChagedMethod(Object, GridDataFilterWrapper)
Declaration
public void ComboSelectionChagedMethod(object newValue, GridDataFilterWrapper filterWrapper)
Parameters