Class Value
A class that identifies IField item, that is used to place groups for aggregate values, and has been added to RowLabels or ColumnLabels.
Inherited Members
Namespace: Telerik.Windows.Controls.FieldList
Assembly: Telerik.Windows.Controls.PivotFieldList.dll
Syntax
public sealed class Value : 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. |