Class GridCondition
Inheritance
System.Object
GridCondition
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridCondition : Freezable
Constructors
GridCondition()
Declaration
Properties
ColIndex
ConditionalFormat applying cell columnindex.
Declaration
public int ColIndex { get; set; }
Property Value
ConditionType
Declaration
public GridConditionType ConditionType { get; set; }
Property Value
PredicateType
Declaration
public PredicateType PredicateType { get; set; }
Property Value
Type |
Syncfusion.Windows.Data.PredicateType |
RowIndex
ConditionalFormat applying cell rowindex.
Declaration
public int RowIndex { get; set; }
Property Value
StartColumn
If same condition applies to multiple cells then it returns the first cell columnindex.
Declaration
public int StartColumn { get; set; }
Property Value
StartRow
If same come conditon applies to multiple cells then it returns the first cell rowindex.
Declaration
public int StartRow { get; set; }
Property Value
Value
Declaration
public object Value { get; set; }
Property Value
Methods
CreateInstanceCore()
Declaration
protected override Freezable CreateInstanceCore()
Returns
Type |
System.Windows.Freezable |