Class
ValueDisplayNamePair

This is for internal use only and is not intended to be used directly from your code.

Definition

Namespace:Telerik.Windows.Controls.Pivot.Editors

Assembly:Telerik.Windows.Controls.PivotFieldList.dll

Syntax:

cs-api-definition
public class ValueDisplayNamePair

Inheritance: objectValueDisplayNamePair

Properties

DisplayName

Gets the display name.

Declaration

cs-api-definition
public string DisplayName { get; }

Property Value

string

The display name.

Value

Gets the value.

Declaration

cs-api-definition
public object Value { get; }

Property Value

object

The value.

Methods

ToString()

Declaration

cs-api-definition
public override string ToString()

Returns

string

Overrides object.ToString()