Struct
PivotLayoutStatePair

Represents the layout state pair.

Definition

Namespace:Telerik.WinControls.UI.PivotGridExport

Assembly:Telerik.WinControls.PivotGrid.dll

Syntax:

cs-api-definition
public struct PivotLayoutStatePair

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

Constructors

PivotLayoutStatePair(string, int)

Initializes a new instance of the PivotLayoutStatePair class.

Declaration

cs-api-definition
public PivotLayoutStatePair(string key, int value)

Parameters

key

string

The key.

value

int

The value.

Properties

Key

Gets or sets the key.

Declaration

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

Property Value

string

The key.

Value

Gets or sets the value.

Declaration

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

Property Value

int

The value.