Class
GridViewSpreadStreamElementExportingEventArgs

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

Properties

Cancel

Gets or sets boolean value indicating whether the event should be canceled or not.

Declaration

cs-api-definition
public bool Cancel { get; set; }

Property Value

bool

Column

Gets the column of the cell.

Declaration

cs-api-definition
public IExportableColumn Column { get; }

Property Value

IExportableColumn

The column.

Element

Gets the current element.

Declaration

cs-api-definition
public SpreadStreamExportElement Element { get; }

Property Value

SpreadStreamExportElement

The element.

Style

Gets or sets the style set for the cell.

Declaration

cs-api-definition
public SpreadStreamCellStyle Style { get; set; }

Property Value

SpreadStreamCellStyle

The style.

Value

Gets or sets the value to be exported.

Declaration

cs-api-definition
public object Value { get; set; }

Property Value

object

The value to be exported.

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