Contains data needed to handle the ElementExporting event.
Definition
Namespace:Telerik.Windows.Controls.GridView.SpreadsheetStreamingExport
Assembly:Telerik.Windows.Controls.GridView.SpreadsheetStreamingExport.dll
Syntax:
C#
public class GridViewSpreadStreamElementExportingEventArgs : EventArgs
Inheritance: objectEventArgsGridViewSpreadStreamElementExportingEventArgs
Inherited Members
Properties
Gets or sets boolean value indicating whether the event should be canceled or not.
C#
public bool Cancel { get; set; }
Gets the column of the cell.
C#
public IExportableColumn Column { get; }
The column.
Gets the current element.
C#
public SpreadStreamExportElement Element { get; }
The element.
Gets or sets the style set for the cell.
C#
public SpreadStreamCellStyle Style { get; set; }
The style.