Class PivotLayoutState
Represents the pivot layout.
Inheritance
System.Object
PivotLayoutState
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.PivotGridExport
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public class PivotLayoutState
Constructors
PivotLayoutState()
Properties
Collapsed
Gets or sets the collapsed.
Declaration
public List<string> Collapsed { get; }
Property Value
System.Collections.Generic.List<System.String>
The collapsed. |
RowHeaderSizes
Gets or sets the row header sizes.
Declaration
public List<PivotLayoutStateIntPair> RowHeaderSizes { get; }
Property Value
System.Collections.Generic.List<PivotLayoutStateIntPair>
The row header sizes. |
Sizes
Gets or sets the sizes.
Declaration
public List<PivotLayoutStatePair> Sizes { get; }
Property Value
System.Collections.Generic.List<PivotLayoutStatePair>
The sizes. |