New to Telerik UI for WinFormsStart a free 30-day trial

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: FieldInfoData

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)
Parameters:namestring

Name of a description.

Returns:

IPivotFieldInfo