menu

UWP

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

    Show / Hide Table of Contents

    Class PivotGridKpiCell

    Represents the grid cell containing KPI.

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

    Constructors

    PivotGridKpiCell()

    Initializes a new instance of the PivotGridKpiCell class.

    Declaration
    public PivotGridKpiCell()

    Fields

    CellDescriptorProperty

    Identifies the CellDescriptor dependency property.

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

    ImageSourceProperty

    Identifies the ImageSource dependency property.

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

    Properties

    CellDescriptor

    Gets or sets the associated descriptor of grid cell.

    Declaration
    public PivotCellDescriptor CellDescriptor { get; set; }
    Property Value
    Type
    PivotCellDescriptor

    ImageSource

    Gets or sets the source for image to represent KPI.

    Declaration
    public string ImageSource { 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