New to Telerik UI for WinFormsStart a free 30-day trial

Handles creation and lookup of IPivotFieldInfo instances.

Definition

Properties

Gets whether a GetDescriptionsData request is in progress.

C#
bool IsBusy { get; }

Methods

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

C#
void GetDescriptionsDataAsync(object state)
Parameters:stateobject

Events

Occurs when an asynchronous GetDescriptionsData operation completes.

C#
event EventHandler<GetDescriptionsDataCompletedEventArgs> GetDescriptionsDataAsyncCompleted