ChildLabel
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:
C#
public class ChildLabel : ILabel, IField
Inheritance: objectChildLabel
Implements:
Constructors
Initializes a new instance of the ChildLabel class.
C#
public ChildLabel(Label parent, IGroupDescription description)
Properties
Gets the underlying IGroupDescription.
C#
public IGroupDescription Description { get; }
Implements:
Gets the display friendly name for this IField.
C#
public string DisplayName { get; }
Implements:
Gets the field info associated with this instance.
C#
public IPivotFieldInfo FieldInfo { get; }
The field info.
Implements:
Gets or sets the parent of this instance.
C#
public Label Parent { get; }
The parent.
Gets the FieldCollection this IField belongs to.
C#
public FieldCollection ParentList { get; set; }
Implements: