ClassPrepareDescriptionForFieldEventArgs
Class
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
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
The description.
DescriptionType
Gets the type of the description that should be prepared.
Declaration
cs-api-definition
public DataProviderDescriptionType DescriptionType { get; }
Property Value
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
The field info.