Struct PivotLayoutStatePair
Represents the layout state 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 PivotLayoutStatePair
Constructors
PivotLayoutStatePair(String, Int32)
Initializes a new instance of the PivotLayoutStatePair class.
Declaration
public PivotLayoutStatePair(string key, int value)
Parameters
System.String
key
The key. |
System.Int32
value
The value. |
Properties
Key
Gets or sets the key.
Declaration
public string Key { get; set; }
Property Value
System.String
The key. |
Value
Gets or sets the value.
Declaration
public int Value { get; set; }
Property Value
System.Int32
The value. |