Class
PrepareDescriptionForFieldEventArgs

Provides data for the event.

Definition

Namespace:Telerik.Pivot.Core

Assembly:Telerik.Pivot.Core.dll

Syntax:

cs-api-definition
public sealed class PrepareDescriptionForFieldEventArgs : EventArgs

Inheritance: objectEventArgsPrepareDescriptionForFieldEventArgs

Inherited Members EventArgs.Empty

Properties

Description

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

Declaration

cs-api-definition
public IDescriptionBase Description { get; set; }

Property Value

IDescriptionBase

The description.

DescriptionType

Gets the type of the description that should be prepared.

Declaration

cs-api-definition
public DataProviderDescriptionType DescriptionType { get; }

Property Value

DataProviderDescriptionType

The type of the description.

FieldInfo

Gets the field info for which description should be prepared.

Declaration

cs-api-definition
public IPivotFieldInfo FieldInfo { get; }

Property Value

IPivotFieldInfo

The field info.