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