Class
ValuesPositionField

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:

cs-api-definition
public sealed class ValuesPositionField : IField

Inheritance: objectValuesPositionField

Implements: IField

Constructors

ValuesPositionField()

Initializes a new instance of the ValuesPositionField class.

Declaration

cs-api-definition
public ValuesPositionField()

Properties

Description

Gets an IDescriptionBase for the Values position.

Declaration

cs-api-definition
public IDescriptionBase Description { get; }

Property Value

IDescriptionBase

FieldInfo

Gets the field info associated with this instance.

Declaration

cs-api-definition
public IPivotFieldInfo FieldInfo { get; }

Property Value

IPivotFieldInfo

The field info.

Implements IField.FieldInfo

ParentList

Gets the FieldCollection this IField belongs to.

Declaration

cs-api-definition
public FieldCollection ParentList { get; }

Property Value

FieldCollection

Implements IField.ParentList