Class PrepareDescriptionForFieldEventArgs
Provides data for the PrepareDescriptionForField event.
Inheritance
Namespace: Telerik.Pivot.Core
Assembly: Telerik.Pivot.Core.dll
Syntax
public sealed class PrepareDescriptionForFieldEventArgs : EventArgs
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
public IDescriptionBase Description { get; set; }
Property Value
IDescriptionBase
The description. |
DescriptionType
Gets the type of the description that should be prepared.
Declaration
public DataProviderDescriptionType DescriptionType { get; }
Property Value
DataProviderDescriptionType
The type of the description. |
FieldInfo
Gets the field info for which description should be prepared.
Declaration
public IPivotFieldInfo FieldInfo { get; }
Property Value
IPivotFieldInfo
The field info. |