Class Label
A class that identifies IField items that are used for grouping and has been added to RowLabels or ColumnLabels.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI.PivotFieldList
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public class Label : ILabel, IField
Constructors
Label()
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. |
Description
Gets the underlying IGroupDescription.
Declaration
public IGroupDescription Description { get; }
Property Value
IGroupDescription
|
Implements
DisplayName
Gets the display friendly name for this IField.
Declaration
public string DisplayName { get; }
Property Value
System.String
|
Implements
FieldInfo
Gets the field info associated with this instance.
Declaration
public IPivotFieldInfo FieldInfo { get; }
Property Value
IPivotFieldInfo
The field info. |
Implements
ParentList
Gets the FieldCollection this IField belongs to.
Declaration
public FieldCollection ParentList { get; }
Property Value
FieldCollection
|