Class
PivotExportModel

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

IEnumerable<PivotExportCellInfo>

ColumnCount

Gets the column count of the export model.

Declaration

cs-api-definition
public int ColumnCount { get; }

Property Value

int

RowCount

Gets the row count of the export model.

Declaration

cs-api-definition
public int RowCount { get; }

Property Value

int