InterfaceIFieldDescriptionProvider
Interface
Handles creation and lookup of IPivotFieldInfo instances.
Definition
Namespace:Telerik.Pivot.Core.Fields
Assembly:Telerik.Pivot.Core.dll
Syntax:
cs-api-definition
public interface IFieldDescriptionProvider
Properties
Methods
GetDescriptionsDataAsync(object)
Retrieves information about all available field descriptions. This method does not block the calling thread.
Events
GetDescriptionsDataAsyncCompleted
Occurs when an asynchronous GetDescriptionsData operation completes.
Declaration
cs-api-definition
event EventHandler<GetDescriptionsDataCompletedEventArgs> GetDescriptionsDataAsyncCompleted
Event Value