Class GridViewElementExportedEventArgs
Contains data needed to handle the exporting events.
Inheritance
System.Object
System.EventArgs
GridViewElementExportedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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
|