FieldInfoData
Class
Provides information about properties/fields of items that are used by a IFieldDescriptionProvider.
Definition
Namespace:Telerik.Pivot.Core.Fields
Assembly:Telerik.WinControls.PivotGrid.dll
Syntax:
C#
public class FieldInfoData : IFieldInfoData
Inheritance: objectFieldInfoData
Implements:
Constructors
Initializes a new instance of the FieldInfoData class.
Properties
Gets the root node of the hierarchy of IPivotFieldInfo instances.
C#
public ContainerNode RootFieldInfo { get; }
Implements:
Methods
Gets a IPivotFieldInfo instance by name.
C#
public IPivotFieldInfo GetFieldDescriptionByMember(string name)
Name of a description.
Returns:Implements: