Class SparklineElementExportingEventArgs
Represents event arguments for the SparklineElementExportingEventArgs event. The event is raised on the GridViewSparklineColumn object while it is being exported or printed. The spark series can be accesssed and customized via the Series property of the RadSparklineElement event argument.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class SparklineElementExportingEventArgs : EventArgs
Constructors
SparklineElementExportingEventArgs(GridViewRowInfo, RadSparklineElement)
Initializes a new instance of the SparkDataNeededEventArgs class. The event is raised on the GridViewSparklineColumn object while it is being exported or printed. The spark series can be accesssed and customized via the Series property of the RadSparklineElement event argument.
Declaration
public SparklineElementExportingEventArgs(GridViewRowInfo row, RadSparklineElement sparklineElement)
Parameters
GridViewRowInfo
row
The GridViewRowInfo object which is being exported or printed. |
RadSparklineElement
sparklineElement
The RadSparklineElement object which is being exported or printed. |
Properties
Row
SparklineElement
Gets sparkline element.
Declaration
public RadSparklineElement SparklineElement { get; }
Property Value
RadSparklineElement
|