Class
GridViewElementExportingEventArgs

Contains data needed to handle the ElementExporting event.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

cs-api-definition
public class GridViewElementExportingEventArgs : EventArgs

Inheritance: objectEventArgsGridViewElementExportingEventArgs

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

Context

Gets the current context.

Declaration

cs-api-definition
public object Context { get; }

Property Value

object

The context.

Element

Gets the current element.

Declaration

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

Property Value

ExportElement

The element.

Format

Gets the current export format.

Declaration

cs-api-definition
public ExportFormat Format { get; }

Property Value

ExportFormat

The format.

ShouldEncodeValue

Gets or sets a value indicating whether special characters in the cell value will be escaped.

Declaration

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

Property Value

bool

true if special characters will be escaped; otherwise, false.

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.

VisualParameters

Gets the visual export parameters.

Declaration

cs-api-definition
public object VisualParameters { get; }

Property Value

object

The visual parameters.