New to Telerik UI for WinFormsStart a free 30-day trial

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:

C#
public class SparklineElementExportingEventArgs : EventArgs

Inheritance: objectEventArgsSparklineElementExportingEventArgs

Inherited Members EventArgs.Empty

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.

C#
public SparklineElementExportingEventArgs(GridViewRowInfo row, RadSparklineElement sparklineElement)
Parameters:rowGridViewRowInfo

The GridViewRowInfo object which is being exported or printed.

sparklineElementRadSparklineElement

The RadSparklineElement object which is being exported or printed.

Properties

Gets grid row.

C#
public GridViewRowInfo Row { get; }

Gets sparkline element.

C#
public RadSparklineElement SparklineElement { get; }