New to Telerik UI for WPFStart a free 30-day trial

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; }

Gets the row count of the export model.

C#
public int RowCount { get; }