Class ValueSourceOption
Represents an available option for a value source.
Inheritance
System.Object
ValueSourceOption
Namespace: Telerik.Windows.Controls.FieldList.Editing
Assembly: Telerik.Windows.Controls.PivotFieldList.dll
Syntax
public class ValueSourceOption : Object
Constructors
ValueSourceOption()
Declaration
public ValueSourceOption()
Properties
AggregateIndex
Gets the aggregate index associated with this ValueSourceOption.
Declaration
public int AggregateIndex { get; }
Property Value
System.Int32
|
DisplayName
Gets a display friendly name for this ValueSourceOption.
Declaration
public string DisplayName { get; }
Property Value
System.String
|