Interface
IFieldDescriptionProvider

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

IsBusy

Gets whether a GetDescriptionsData request is in progress.

Declaration

cs-api-definition
bool IsBusy { get; }

Property Value

bool

Methods

GetDescriptionsDataAsync(object)

Retrieves information about all available field descriptions. This method does not block the calling thread.

Declaration

cs-api-definition
void GetDescriptionsDataAsync(object state)

Parameters

state

object

Events

GetDescriptionsDataAsyncCompleted

Occurs when an asynchronous GetDescriptionsData operation completes.

Declaration

cs-api-definition
event EventHandler<GetDescriptionsDataCompletedEventArgs> GetDescriptionsDataAsyncCompleted

Event Value

EventHandler<GetDescriptionsDataCompletedEventArgs>