IFieldInfoData
Interface
Interface used to provide IPivotFieldInfo for specific data source.
Definition
Namespace:Telerik.Pivot.Core.Fields
Assembly:Telerik.WinControls.PivotGrid.dll
Syntax:
C#
public interface IFieldInfoData
Derived Classes:
Properties
Gets the root node of the hierarchy of IPivotFieldInfo instances.
C#
ContainerNode RootFieldInfo { get; }
Methods
Gets a IPivotFieldInfo instance by name.
C#
IPivotFieldInfo GetFieldDescriptionByMember(string name)
Name of a description.
Returns: