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

Represents the pivot layout.

Definition

Namespace:Telerik.WinControls.UI.PivotGridExport

Assembly:Telerik.WinControls.PivotGrid.dll

Syntax:

C#
public class PivotLayoutState

Inheritance: objectPivotLayoutState

Constructors

Initializes a new instance of the PivotLayoutState class.

C#
public PivotLayoutState()

Properties

Gets or sets the collapsed.

C#
public List<string> Collapsed { get; }
Property Value:

The collapsed.

Gets or sets the row header sizes.

C#
public List<PivotLayoutStateIntPair> RowHeaderSizes { get; }
Property Value:

The row header sizes.

Gets or sets the sizes.

C#
public List<PivotLayoutStatePair> Sizes { get; }
Property Value:

The sizes.