Class PrepareDescriptionForFieldEventArgs
Provides data for the Prepare
Inheritance
Inherited Members
Namespace: Telerik.Pivot.Core
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public sealed class PrepareDescriptionForFieldEventArgs : EventArgs
Properties
Description
Gets or sets the description that will be passed to IData
Declaration
public IDescriptionBase Description { get; set; }
Property Value
IDescription The description. |
DescriptionType
Gets the type of the description that should be prepared.
Declaration
public DataProviderDescriptionType DescriptionType { get; }
Property Value
Data The type of the description. |
FieldInfo
Gets the field info for which description should be prepared.
Declaration
public IPivotFieldInfo FieldInfo { get; }
Property Value
IPivot The field info. |