Interface IField
An interface describing an item that can participate in pivot grouping.
Namespace: Telerik.WinControls.UI.PivotFieldList
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public interface IField
Properties
DisplayName
Gets the display friendly name for this IField.
Declaration
string DisplayName { get; }
Property Value
System.String
|
FieldInfo
Gets the field info associated with this instance.
Declaration
IPivotFieldInfo FieldInfo { get; }
Property Value
IPivotFieldInfo
The field info. |
ParentList
Gets the FieldCollection this IField belongs to.
Declaration
FieldCollection ParentList { get; }
Property Value
FieldCollection
|