This is a migrated thread and some comments may be shown as answers.

ns Telerik.Pivot.Core.Fields, class ContainerNode

1 Answer 46 Views
PivotGrid
This is a migrated thread and some comments may be shown as answers.
Zlatko
Top achievements
Rank 1
Zlatko asked on 05 Jan 2017, 12:57 PM

namespace Telerik.Pivot.Core.Fields
{
  /// <summary>
  /// Represents a node in <see cref="T:Telerik.Pivot.Core.Fields.FieldInfoNode" /> hierarchy.
  /// </summary>
  public class ContainerNode
  {
    private List<ContainerNode> children;

    /// <summary>
    /// Gets a string that can be used as an identifier of this instance.
    /// </summary>
    /// <value>The name.</value>
    public string Name { get; private set; }

    /// <summary>Gets or sets the display name.</summary>
    /// <value>The display name.</value>
    public string Caption { get; private set; }

 

1 Answer, 1 is accepted

Sort by
0
Kalin
Telerik team
answered on 09 Jan 2017, 09:37 AM
Hi Zlatko,

Thanks for your feedback - we will updated the comment for the upcoming release. I have updated your Telerik points for your involvement.

Regards,
Kalin
Telerik by Progress
Want to extend the target reach of your WPF applications, leveraging iOS, Android, and UWP? Try UI for Xamarin, a suite of polished and feature-rich components for the Xamarin framework, which allow you to write beautiful native mobile apps using a single shared C# codebase.
Tags
PivotGrid
Asked by
Zlatko
Top achievements
Rank 1
Answers by
Kalin
Telerik team
Share this question
or