Interface IField
An interface describing an item that can participate in pivot grouping.
Namespace: Telerik.Windows.Controls.FieldList
Assembly: Telerik.Windows.Controls.PivotFieldList.dll
Syntax
public interface IField
Properties
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
|