ClassPivotLayoutState
Class
Represents the pivot layout.
Definition
Namespace:Telerik.WinControls.UI.PivotGridExport
Assembly:Telerik.WinControls.PivotGrid.dll
Syntax:
cs-api-definition
public class PivotLayoutState
Inheritance: objectPivotLayoutState
Constructors
PivotLayoutState()
Initializes a new instance of the PivotLayoutState class.
Declaration
cs-api-definition
public PivotLayoutState()
Properties
Collapsed
Gets or sets the collapsed.
Declaration
cs-api-definition
public List<string> Collapsed { get; }
Property Value
List<string>
The collapsed.
RowHeaderSizes
Gets or sets the row header sizes.
Declaration
cs-api-definition
public List<PivotLayoutStateIntPair> RowHeaderSizes { get; }
Property Value
List<PivotLayoutStateIntPair>
The row header sizes.
Sizes
Gets or sets the sizes.
Declaration
cs-api-definition
public List<PivotLayoutStatePair> Sizes { get; }
Property Value
List<PivotLayoutStatePair>
The sizes.