PivotExportModel
Class
Represents an export model of the RadPivotGrid.
Definition
Namespace:Telerik.Windows.Controls.Pivot.Export
Assembly:Telerik.Windows.Controls.Pivot.dll
Syntax:
C#
public class PivotExportModel
Inheritance: objectPivotExportModel
Constructors
C#
public PivotExportModel()
Properties
Gets the cell information of the export model.
C#
public IEnumerable<PivotExportCellInfo> Cells { get; }
Gets the column count of the export model.
C#
public int ColumnCount { get; }