PivotLayoutState
Class
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; }
The collapsed.
Gets or sets the row header sizes.
C#
public List<PivotLayoutStateIntPair> RowHeaderSizes { get; }
The row header sizes.
Gets or sets the sizes.
C#
public List<PivotLayoutStatePair> Sizes { get; }
The sizes.