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
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; }
The description.
Gets the type of the description that should be prepared.
C#
public DataProviderDescriptionType DescriptionType { get; }
The type of the description.
Gets the field info for which description should be prepared.
C#
public IPivotFieldInfo FieldInfo { get; }
The field info.