Class
GridViewElementExportedEventArgs

Contains data needed to handle the exporting events.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

cs-api-definition
public class GridViewElementExportedEventArgs : EventArgs

Inheritance: objectEventArgsGridViewElementExportedEventArgs

Inherited Members EventArgs.Empty

Properties

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.

Writer

Gets the StreamWriter.

Declaration

cs-api-definition
public StreamWriter Writer { get; }

Property Value

StreamWriter

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