Interface IFieldInfoData
Interface used to provide IPivotFieldInfo for specific data source.
Namespace: Telerik.Pivot.Core.Fields
Assembly: Telerik.Pivot.Core.dll
Syntax
public interface IFieldInfoData
Properties
RootFieldInfo
Gets the root node of the hierarchy of IPivotFieldInfo instances.
Declaration
ContainerNode RootFieldInfo { get; }
Property Value
ContainerNode
|
Methods
GetFieldDescriptionByMember(String)
Gets a IPivotFieldInfo instance by name.
Declaration
IPivotFieldInfo GetFieldDescriptionByMember(string name)
Parameters
System.String
name
Name of a description. |
Returns
IPivotFieldInfo
|