Contains data needed to handle the ElementExportedToDocument event.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
C#
public class GridViewElementExportedToDocumentEventArgs : EventArgs
Inheritance: objectEventArgsGridViewElementExportedToDocumentEventArgs
Inherited Members
Properties
Gets the current data context.
C#
public object DataContext { get; }
The DataContext.
Gets the current element.
C#
public ExportElement Element { get; }
The element.