menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotGridDataCondition - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PivotGridDataCondition

    Represents the data condition used for formatting Pivot Grid.

    Inheritance
    System.Object
    PivotGridDataCondition
    Namespace: Syncfusion.UI.Xaml.PivotGrid
    Assembly: Syncfusion.SfPivotGrid.UWP.dll
    Syntax
    public class PivotGridDataCondition : DependencyObject

    Constructors

    PivotGridDataCondition()

    Declaration
    public PivotGridDataCondition()

    Fields

    ConditionTypeProperty

    Identifies the ConditionType dependency property.

    Declaration
    public static DependencyProperty ConditionTypeProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    MeasureElementProperty

    Identifies the MeasureElement dependency property.

    Declaration
    public static DependencyProperty MeasureElementProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    PredicateTypeProperty

    Identifies the PredicateType dependency property.

    Declaration
    public static DependencyProperty PredicateTypeProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    ValueProperty

    Identifies the Value dependency property.

    Declaration
    public static DependencyProperty ValueProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    Properties

    ConditionType

    Gets or sets the type of the condition.

    Declaration
    public PivotGridDataConditionType ConditionType { get; set; }
    Property Value
    Type Description
    PivotGridDataConditionType

    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
    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.

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved