Class OlapGridDataCondition
Define the condition settings for OlapGrid to apply.
Inheritance
System.Object
OlapGridDataCondition
Namespace: Syncfusion.Windows.Grid.Olap
Assembly: Syncfusion.OlapGrid.WPF.dll
Syntax
public class OlapGridDataCondition : Freezable
Constructors
OlapGridDataCondition()
Initializes a new instance of the OlapGridDataCondition class.
Declaration
public OlapGridDataCondition()
Fields
ConditionTypeProperty
DependencyProperty for ConditionType property.
Declaration
public static readonly DependencyProperty ConditionTypeProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
MeasureElementProperty
DependencyProperty for MeasureElement property.
Declaration
public static readonly DependencyProperty MeasureElementProperty
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
ConditionType
Gets or sets the type of the condition.
Declaration
public OlapGridDataConditionType ConditionType { get; set; }
Property Value
Type | Description |
---|---|
OlapGridDataConditionType | The type of the condition. |
MeasureElement
Gets or sets the name of measure element for which formatting need to be applied.
Declaration
public string MeasureElement { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the measure element. |
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()
When implemented in a derived class, creates a new instance of the System.Windows.Freezable derived class.
Declaration
protected override Freezable CreateInstanceCore()
Returns
Type | Description |
---|---|
System.Windows.Freezable | The new instance. |