Class GridViewSpreadStreamElementExportingEventArgs
Contains data needed to handle the ElementExporting event.
Inheritance
Namespace: Telerik.Windows.Controls.GridView.SpreadsheetStreamingExport
Assembly: Telerik.Windows.Controls.GridView.SpreadsheetStreamingExport.dll
Syntax
public class GridViewSpreadStreamElementExportingEventArgs : EventArgs
Properties
Cancel
Gets or sets boolean value indicating whether the event should be canceled or not.
Declaration
public bool Cancel { get; set; }
Property Value
System.Boolean
|
Column
Gets the column of the cell.
Declaration
public IExportableColumn Column { get; }
Property Value
IExportableColumn
The column. |
Element
Gets the current element.
Declaration
public SpreadStreamExportElement Element { get; }
Property Value
SpreadStreamExportElement
The element. |
Style
Gets or sets the style set for the cell.
Declaration
public SpreadStreamCellStyle Style { get; set; }
Property Value
SpreadStreamCellStyle
The style. |
Value
Gets or sets the value to be exported.
Declaration
public object Value { get; set; }
Property Value
System.Object
The value to be exported. |