Class GridViewElementExportedEventArgs
Contains data needed to handle the exporting events.
Inheritance
System.Object
GridViewElementExportedEventArgs
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class GridViewElementExportedEventArgs : EventArgs
Properties
Context
Gets the current context.
Declaration
public object Context { get; }
Property Value
System.Object
The context. |
Element
Gets the current element.
Declaration
public ExportElement Element { get; }
Property Value
ExportElement
The element. |
Format
Gets the current export format.
Declaration
public ExportFormat Format { get; }
Property Value
ExportFormat
The format. |
Writer
Gets the StreamWriter.
Declaration
public StreamWriter Writer { get; }
Property Value
System.IO.StreamWriter
|