Class ValuesPositionField
A class used to present a IField where the values from aggregates will be presented.
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
Assembly: Telerik.Windows.Controls.PivotFieldList.dll
Syntax
public sealed class ValuesPositionField : DescriptionWrapper, IField, INotifyPropertyChanged
Properties
Children
Gets the children collection of this instance.
Declaration
public IList<ChildLabel> Children { get; }
Property Value
System.Collections.Generic.IList<ChildLabel>
The children. |