Class ChildLabel
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 ChildLabel : ILabel, IField
Constructors
ChildLabel(Label, IGroupDescription)
Initializes a new instance of the ChildLabel class.
Declaration
public ChildLabel(Label parent, IGroupDescription description)
Parameters
Label
parent
|
IGroupDescription
description
|
Properties
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
Parent
Gets or sets the parent of this instance.
Declaration
public Label Parent { get; }
Property Value
Label
The parent. |
ParentList
Gets the FieldCollection this IField belongs to.
Declaration
public FieldCollection ParentList { get; set; }
Property Value
FieldCollection
|