New to Telerik UI for WinFormsStart a free 30-day trial

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:

C#
public class ChildLabel : ILabel, IField

Inheritance: objectChildLabel

Implements: IFieldILabel

Constructors

Initializes a new instance of the ChildLabel class.

C#
public ChildLabel(Label parent, IGroupDescription description)
Parameters:parentLabeldescriptionIGroupDescription

Properties

Gets the underlying IGroupDescription.

C#
public IGroupDescription Description { get; }

Implements: ILabel.Description

Gets the display friendly name for this IField.

C#
public string DisplayName { get; }

Implements: IField.DisplayName

Gets the field info associated with this instance.

C#
public IPivotFieldInfo FieldInfo { get; }
Property Value:

The field info.

Implements: IField.FieldInfo

Gets or sets the parent of this instance.

C#
public Label Parent { get; }
Property Value:

The parent.

Gets the FieldCollection this IField belongs to.

C#
public FieldCollection ParentList { get; set; }

Implements: IField.ParentList