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

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:

C#
public class ValueDisplayNamePair

Inheritance: objectValueDisplayNamePair

Properties

Gets the display name.

C#
public string DisplayName { get; }
Property Value:

The display name.

Gets the value.

C#
public object Value { get; }
Property Value:

The value.

Methods

C#
public override string ToString()
Returns:

string

Overrides: object.ToString()