ClassGridViewElementExportedEventArgs
Class
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
Properties
Context
Gets the current context.
Element
Gets the current element.
Declaration
cs-api-definition
public ExportElement Element { get; }
Property Value
The element.
Format
Gets the current export format.
Declaration
cs-api-definition
public ExportFormat Format { get; }
Property Value
The format.
Writer
Gets the StreamWriter.