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