Class Label
A class that identifies IField items that are used for grouping and has been added to RowLabels or ColumnLabels.
Inherited Members
Namespace: Telerik.Windows.Controls.FieldList
Assembly: Telerik.Windows.Controls.PivotFieldList.dll
Syntax
public class Label : DescriptionWrapper, IField, INotifyPropertyChanged
Properties
Children
Gets or sets the children collection of this instance.
Declaration
public IList<ChildLabel> Children { get; }
Property Value
System.Collections.Generic.IList<ChildLabel>
The children. |