Class ValueSourceOption
Represents an available option for a value source.
Inheritance
System.Object
ValueSourceOption
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.FieldList.Editing
Assembly: Telerik.Windows.Controls.PivotFieldList.dll
Syntax
public class ValueSourceOption
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
|