Class GridViewElementExportedToDocumentEventArgs
Contains data needed to handle the ElementExportedToDocument event.
Inheritance
System.Object
GridViewElementExportedToDocumentEventArgs
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class GridViewElementExportedToDocumentEventArgs : EventArgs
Properties
DataContext
Gets the current data context.
Declaration
public object DataContext { get; }
Property Value
System.Object
The DataContext. |
Element
Gets the current element.
Declaration
public ExportElement Element { get; }
Property Value
ExportElement
The element. |