Class ValueDisplayNamePair
This is for internal use only and is not intended to be used directly from your code.
Inheritance
System.Object
ValueDisplayNamePair
Namespace: Telerik.Windows.Controls.Pivot.Editors
Assembly: Telerik.Windows.Controls.PivotFieldList.dll
Syntax
public class ValueDisplayNamePair : Object
Properties
DisplayName
Gets the display name.
Declaration
public string DisplayName { get; }
Property Value
System.String
The display name. |
Value
Gets the value.
Declaration
public object Value { get; }
Property Value
System.Object
The value. |
Methods
ToString()
Declaration
public override string ToString()
Returns
System.String
|