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.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
public class SparklineElementExportingEventArgs : EventArgs
Inheritance: objectEventArgsSparklineElementExportingEventArgs
Inherited Members
Constructors
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.
public SparklineElementExportingEventArgs(GridViewRowInfo row, RadSparklineElement sparklineElement)
The GridViewRowInfo object which is being exported or printed.
sparklineElementRadSparklineElementThe RadSparklineElement object which is being exported or printed.
Properties
Gets grid row.
public GridViewRowInfo Row { get; }
Gets sparkline element.
public RadSparklineElement SparklineElement { get; }