Class Value
A class that identifies IField item, that is used to place groups for aggregate values, and has been added to RowLabels or ColumnLabels.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI.PivotFieldList
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public sealed class Value : IField
Constructors
Value()
Properties
Description
Gets the underlying IAggregateDescription.
Declaration
public IAggregateDescription Description { get; }
Property Value
IAggregateDescription
|
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
|
Implements
Explicit Interface Implementations
IField.DisplayName
Gets the display friendly name for this IField.
Declaration
string IField.DisplayName { get; }
Returns
System.String
|