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

Provides data for the event.

Definition

Namespace:Telerik.Pivot.Core

Assembly:Telerik.WinControls.PivotGrid.dll

Syntax:

C#
public sealed class PrepareDescriptionForFieldEventArgs : EventArgs

Inheritance: objectEventArgsPrepareDescriptionForFieldEventArgs

Inherited Members EventArgs.Empty

Properties

Gets or sets the description that will be passed to IDataProvider. This property is initialized with the default description for the specified field info.

C#
public IDescriptionBase Description { get; set; }
Property Value:

The description.

Gets the type of the description that should be prepared.

C#
public DataProviderDescriptionType DescriptionType { get; }
Property Value:

The type of the description.

Gets the field info for which description should be prepared.

C#
public IPivotFieldInfo FieldInfo { get; }
Property Value:

The field info.