Struct PivotLayoutStateIntPair
Represents the layout pair.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Telerik.WinControls.UI.PivotGridExport
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public struct PivotLayoutStateIntPair
Constructors
PivotLayoutStateIntPair(Int32, Int32)
Initializes a new instance of the PivotLayoutStateIntPair class.
Declaration
public PivotLayoutStateIntPair(int key, int value)
Parameters
System.Int32
key
The key. |
System.Int32
value
The value. |
Properties
Key
Gets or sets the key.
Declaration
public int Key { get; set; }
Property Value
System.Int32
The key. |
Value
Gets or sets the value.
Declaration
public int Value { get; set; }
Property Value
System.Int32
The value. |