ValuesPositionField
Class
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:
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; }
The field info.
Implements:
Gets the FieldCollection this IField belongs to.
C#
public FieldCollection ParentList { get; }
Implements: