ClassValuesPositionField
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:
cs-api-definition
public sealed class ValuesPositionField : IField
Inheritance: objectValuesPositionField
Implements:
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
FieldInfo
Gets the field info associated with this instance.
Declaration
cs-api-definition
public IPivotFieldInfo FieldInfo { get; }
Property Value
The field info.
Implements
ParentList
Gets the FieldCollection this IField belongs to.
Declaration
cs-api-definition
public FieldCollection ParentList { get; }
Property Value
Implements