Class
ChildLabel

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: IFieldILabel

Constructors

ChildLabel(Label, IGroupDescription)

Initializes a new instance of the ChildLabel class.

Declaration

cs-api-definition
public ChildLabel(Label parent, IGroupDescription description)

Parameters

parent

Label

description

IGroupDescription

Properties

Description

Gets the underlying IGroupDescription.

Declaration

cs-api-definition
public IGroupDescription Description { get; }

Property Value

IGroupDescription

Implements ILabel.Description

DisplayName

Gets the display friendly name for this IField.

Declaration

cs-api-definition
public string DisplayName { get; }

Property Value

string

Implements IField.DisplayName

FieldInfo

Gets the field info associated with this instance.

Declaration

cs-api-definition
public IPivotFieldInfo FieldInfo { get; }

Property Value

IPivotFieldInfo

The field info.

Implements IField.FieldInfo

Parent

Gets or sets the parent of this instance.

Declaration

cs-api-definition
public Label Parent { get; }

Property Value

Label

The parent.

ParentList

Gets the FieldCollection this IField belongs to.

Declaration

cs-api-definition
public FieldCollection ParentList { get; set; }

Property Value

FieldCollection

Implements IField.ParentList