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
Type |
Description |
System.Int32 |
|
ConditionType
Declaration
public GridConditionType ConditionType { get; set; }
Property Value
PredicateType
Declaration
public PredicateType PredicateType { get; set; }
Property Value
Type |
Description |
Syncfusion.Windows.Data.PredicateType |
|
RowIndex
ConditionalFormat applying cell rowindex.
Declaration
public int RowIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StartColumn
If same condition applies to multiple cells then it returns the first cell columnindex.
Declaration
public int StartColumn { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StartRow
If same come conditon applies to multiple cells then it returns the first cell rowindex.
Declaration
public int StartRow { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Value
Declaration
public object Value { get; set; }
Property Value
Type |
Description |
System.Object |
|
Methods
CreateInstanceCore()
Declaration
protected override Freezable CreateInstanceCore()
Returns
Type |
Description |
System.Windows.Freezable |
|