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

A class used to present a IField where the values from aggregates will be presented.

Definition

Namespace:Telerik.WinControls.UI.PivotFieldList

Assembly:Telerik.WinControls.PivotGrid.dll

Syntax:

C#
public sealed class ValuesPositionField : IField

Inheritance: objectValuesPositionField

Implements: IField

Constructors

Initializes a new instance of the ValuesPositionField class.

C#
public ValuesPositionField()

Properties

Gets an IDescriptionBase for the Values position.

C#
public IDescriptionBase Description { get; }

Gets the field info associated with this instance.

C#
public IPivotFieldInfo FieldInfo { get; }
Property Value:

The field info.

Implements: IField.FieldInfo

Gets the FieldCollection this IField belongs to.

C#
public FieldCollection ParentList { get; }

Implements: IField.ParentList