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
Properties
Gets the current context.
C#
public object Context { get; }
The context.
Gets the current element.
C#
public ExportElement Element { get; }
The element.
Gets the current export format.
C#
public ExportFormat Format { get; }
The format.
Gets the StreamWriter.
C#
public StreamWriter Writer { get; }