Class PivotGridDataConditionType
Specifies the type of condition to be used in conditional formatting.
Inheritance
System.Object
PivotGridDataConditionType
Namespace: Syncfusion.Windows.Controls.PivotGrid
Assembly: Syncfusion.PivotAnalysis.WPF.dll
Syntax
public sealed class PivotGridDataConditionType : Enum
Fields
Equals
Performs an Equals operation on the operands.
Declaration
public const PivotGridDataConditionType Equals
Field Value
Type |
---|
PivotGridDataConditionType |
GreaterThan
Performs a GreaterThan operation on the operands.
Declaration
public const PivotGridDataConditionType GreaterThan
Field Value
Type |
---|
PivotGridDataConditionType |
GreaterThanOrEqual
Performs a GreaterThanOrEqual operation on the operands.
Declaration
public const PivotGridDataConditionType GreaterThanOrEqual
Field Value
Type |
---|
PivotGridDataConditionType |
LessThan
Performs a LessThan operation on the operands.
Declaration
public const PivotGridDataConditionType LessThan
Field Value
Type |
---|
PivotGridDataConditionType |
LessThanOrEqual
Performs a LessThanOrEqual operation on the operands.
Declaration
public const PivotGridDataConditionType LessThanOrEqual
Field Value
Type |
---|
PivotGridDataConditionType |
NotEquals
Performs a NotEquals operation on the operands.
Declaration
public const PivotGridDataConditionType NotEquals
Field Value
Type |
---|
PivotGridDataConditionType |