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