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

Represents the layout state pair.

Definition

Namespace:Telerik.WinControls.UI.PivotGridExport

Assembly:Telerik.WinControls.PivotGrid.dll

Syntax:

C#
public struct PivotLayoutStatePair

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

Constructors

Initializes a new instance of the PivotLayoutStatePair class.

C#
public PivotLayoutStatePair(string key, int value)
Parameters:keystring

The key.

valueint

The value.

Properties

Gets or sets the key.

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

The key.

Gets or sets the value.

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

The value.