InterfaceIField
Interface
An interface describing an item that can participate in pivot grouping.
Definition
Namespace:Telerik.Windows.Controls.FieldList
Assembly:Telerik.Windows.Controls.PivotFieldList.dll
Syntax:
cs-api-definition
public interface IField
Properties
FieldInfo
Gets the field info associated with this instance.
Declaration
cs-api-definition
IPivotFieldInfo FieldInfo { get; }
Property Value
The field info.
ParentList
Gets the FieldCollection this IField belongs to.