Class ValuesPositionField
A class used to present a IField where the values from aggregates will be presented.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI.PivotFieldList
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public sealed class ValuesPositionField : IField
Constructors
ValuesPositionField()
Initializes a new instance of the ValuesPositionField class.
Declaration
public ValuesPositionField()
Properties
Description
Gets an IDescriptionBase for the Values position.
Declaration
public IDescriptionBase Description { get; }
Property Value
IDescriptionBase
|
FieldInfo
Gets the field info associated with this instance.
Declaration
public IPivotFieldInfo FieldInfo { get; }
Property Value
IPivotFieldInfo
The field info. |
Implements
ParentList
Gets the FieldCollection this IField belongs to.
Declaration
public FieldCollection ParentList { get; }
Property Value
FieldCollection
|