menu

UWP

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

    Show / Hide Table of Contents

    Class SerializablePivotGridDataConditionalFormat

    Represents the information needed for formatting Pivot Grid based on conditions.

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

    Constructors

    SerializablePivotGridDataConditionalFormat()

    Declaration
    public SerializablePivotGridDataConditionalFormat()

    Properties

    CellStyle

    Gets or sets the SerializablePivotGridCellStyle for the specified condition.

    Declaration
    public SerializablePivotGridCellStyle CellStyle { get; set; }
    Property Value
    Type
    SerializablePivotGridCellStyle

    Conditions

    Gets or sets the conditions.

    Declaration
    public ObservableCollection<SerializablePivotGridDataCondition> Conditions { get; set; }
    Property Value
    Type
    System.Collections.ObjectModel.ObservableCollection<SerializablePivotGridDataCondition>

    Name

    Gets or sets the name for the conditional format.

    Declaration
    public string Name { get; set; }
    Property Value
    Type
    System.String

    Extension Methods

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