ClassChildLabel
Class
A class that identifies IField items that are used for grouping and has been added to RowLabels or ColumnLabels.
Definition
Namespace:Telerik.WinControls.UI.PivotFieldList
Assembly:Telerik.WinControls.PivotGrid.dll
Syntax:
cs-api-definition
public class ChildLabel : ILabel, IField
Inheritance: objectChildLabel
Implements:
Constructors
ChildLabel(Label, IGroupDescription)
Initializes a new instance of the ChildLabel class.
Declaration
cs-api-definition
public ChildLabel(Label parent, IGroupDescription description)
Parameters
parent
description
Properties
Description
Gets the underlying IGroupDescription.
Declaration
cs-api-definition
public IGroupDescription Description { get; }
Property Value
Implements
DisplayName
Gets the display friendly name for this IField.
FieldInfo
Gets the field info associated with this instance.
Declaration
cs-api-definition
public IPivotFieldInfo FieldInfo { get; }
Property Value
The field info.
Implements
Parent
Gets or sets the parent of this instance.
ParentList
Gets the FieldCollection this IField belongs to.
Declaration
cs-api-definition
public FieldCollection ParentList { get; set; }
Property Value
Implements