ValueSourceOption
Class
Represents an available option for a value source.
Definition
Namespace:Telerik.Windows.Controls.FieldList.Editing
Assembly:Telerik.Windows.Controls.PivotFieldList.dll
Syntax:
C#
public class ValueSourceOption
Inheritance: objectValueSourceOption
Constructors
C#
public ValueSourceOption()
Properties
Gets the aggregate index associated with this ValueSourceOption.
C#
public int AggregateIndex { get; }
Gets a display friendly name for this ValueSourceOption.
C#
public string DisplayName { get; }