IFieldDescriptionProvider
Interface
Handles creation and lookup of IPivotFieldInfo instances.
Definition
Namespace:Telerik.Pivot.Core.Fields
Assembly:Telerik.WinControls.PivotGrid.dll
Syntax:
C#
public interface IFieldDescriptionProvider
Derived Classes:
Properties
Methods
Retrieves information about all available field descriptions. This method does not block the calling thread.
Events
Occurs when an asynchronous GetDescriptionsData operation completes.
C#
event EventHandler<GetDescriptionsDataCompletedEventArgs> GetDescriptionsDataAsyncCompleted