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 |