Class ValueSourceOption
Represents the value source option.
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.WinControls.UI.PivotGrid.Dialogs
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public sealed class ValueSourceOption
Constructors
ValueSourceOption()
Declaration
public ValueSourceOption()
Properties
AggregateIndex
Gets or sets the index of the aggregate.
Declaration
public int AggregateIndex { get; }
Property Value
System.Int32
The index of the aggregate. |
DisplayName
Gets or sets the display name.
Declaration
public string DisplayName { get; }
Property Value
System.String
The display name. |