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

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

Constructors

Initializes a new instance of the FieldInfoData class.

C#
public FieldInfoData(ContainerNode root)
Parameters:rootContainerNode

The root.

Properties

Gets the root node of the hierarchy of IPivotFieldInfo instances.

C#
public ContainerNode RootFieldInfo { get; }

Implements: IFieldInfoData.RootFieldInfo

Methods

Gets a IPivotFieldInfo instance by name.

C#
public IPivotFieldInfo GetFieldDescriptionByMember(string name)
Parameters:namestring

Name of a description.

Returns:

IPivotFieldInfo

Implements: IFieldInfoData.GetFieldDescriptionByMember(string)