New to Telerik UI for WinFormsStart a free 30-day trial

Represents the layout pair.

Definition

Namespace:Telerik.WinControls.UI.PivotGridExport

Assembly:Telerik.WinControls.PivotGrid.dll

Syntax:

C#
public struct PivotLayoutStateIntPair

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

Constructors

Initializes a new instance of the PivotLayoutStateIntPair class.

C#
public PivotLayoutStateIntPair(int key, int value)
Parameters:keyint

The key.

valueint

The value.

Properties

Gets or sets the key.

C#
public int Key { readonly get; set; }
Property Value:

The key.

Gets or sets the value.

C#
public int Value { readonly get; set; }
Property Value:

The value.