Struct
PivotLayoutStateIntPair

Represents the layout pair.

Definition

Namespace:Telerik.WinControls.UI.PivotGridExport

Assembly:Telerik.WinControls.PivotGrid.dll

Syntax:

cs-api-definition
public struct PivotLayoutStateIntPair

Inherited Members ValueType.Equals(object)ValueType.GetHashCode()ValueType.ToString()

Constructors

PivotLayoutStateIntPair(int, int)

Initializes a new instance of the PivotLayoutStateIntPair class.

Declaration

cs-api-definition
public PivotLayoutStateIntPair(int key, int value)

Parameters

key

int

The key.

value

int

The value.

Properties

Key

Gets or sets the key.

Declaration

cs-api-definition
public int Key { readonly get; set; }

Property Value

int

The key.

Value

Gets or sets the value.

Declaration

cs-api-definition
public int Value { readonly get; set; }

Property Value

int

The value.