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

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 EventArgs.Empty

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; }
Property Value:

The column.

Gets the current element.

C#
public SpreadStreamExportElement Element { get; }
Property Value:

The element.

Gets or sets the style set for the cell.

C#
public SpreadStreamCellStyle Style { get; set; }
Property Value:

The style.

Gets or sets the value to be exported.

C#
public object Value { get; set; }
Property Value:

The value to be exported.

In this article
DefinitionPropertiesCancelColumnElementStyleValue
Not finding the help you need?
Contact Support