Class GridDataCondition
Define the condition settings for the GridDataControl to apply.
Inheritance
System.Object
GridDataCondition
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridDataCondition : Freezable
Constructors
GridDataCondition()
Initializes a new instance of the GridDataCondition class.
Declaration
public GridDataCondition()
Fields
ColumnNameProperty
DependencyProperty for ColumnName property.
Declaration
public static readonly DependencyProperty ColumnNameProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
GridDataConditionTypeProperty
DependencyProperty for ConditionType property.
Declaration
public static readonly DependencyProperty GridDataConditionTypeProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
PredicateTypeProperty
DependencyProperty for PredicateType property.
Declaration
public static readonly DependencyProperty PredicateTypeProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
ValueProperty
DependencyProperty for Value property.
Declaration
public static readonly DependencyProperty ValueProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
ColumnName
Gets or sets the name of the column.
Declaration
public string ColumnName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the column. |
ConditionType
Gets or sets the type of the condition.
Declaration
public GridDataConditionType ConditionType { get; set; }
Property Value
Type | Description |
---|---|
GridDataConditionType | The type of the condition. |
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. |
Value
Gets or sets the value.
Declaration
public object Value { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The value. |
Methods
CreateInstanceCore()
Declaration
protected override Freezable CreateInstanceCore()
Returns
Type |
---|
System.Windows.Freezable |