menu

WPF

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

    Show / Hide Table of Contents

    Class OlapGridKpiCell

    OlapGrid Cell

    Inheritance
    System.Object
    OlapGridKpiCell
    Namespace: Syncfusion.Windows.Grid.Olap
    Assembly: Syncfusion.OlapGrid.WPF.dll
    Syntax
    public class OlapGridKpiCell : Label
    Remarks

    This cell displays the KPI images, based on image type specified in the CellDescriptor

    Constructors

    OlapGridKpiCell()

    Declaration
    public OlapGridKpiCell()

    Fields

    CellDescriptorProperty

    Identifies the CellDescriptor dependency property.

    Declaration
    public static readonly DependencyProperty CellDescriptorProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    The identifier for the CellDescriptor dependency property.

    Properties

    CellDescriptor

    Gets or sets the cell descriptor.

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

    The cell descriptor.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved