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