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.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public class SparklineElementExportingEventArgs : EventArgs

Inheritance: objectEventArgsSparklineElementExportingEventArgs

Inherited Members EventArgs.Empty

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

cs-api-definition
public SparklineElementExportingEventArgs(GridViewRowInfo row, RadSparklineElement sparklineElement)

Parameters

row

GridViewRowInfo

The GridViewRowInfo object which is being exported or printed.

sparklineElement

RadSparklineElement

The RadSparklineElement object which is being exported or printed.

Properties

Row

Gets grid row.

Declaration

cs-api-definition
public GridViewRowInfo Row { get; }

Property Value

GridViewRowInfo

SparklineElement

Gets sparkline element.

Declaration

cs-api-definition
public RadSparklineElement SparklineElement { get; }

Property Value

RadSparklineElement