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

Contains data needed to handle the exporting events.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

C#
public class GridViewElementExportedEventArgs : EventArgs

Inheritance: objectEventArgsGridViewElementExportedEventArgs

Inherited Members EventArgs.Empty

Properties

Gets the current context.

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

The context.

Gets the current element.

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

The element.

Gets the current export format.

C#
public ExportFormat Format { get; }
Property Value:

The format.

Gets the StreamWriter.

C#
public StreamWriter Writer { get; }
In this article
DefinitionPropertiesContextElementFormatWriter
Not finding the help you need?
Contact Support