ClassGridViewElementExportedToDocumentEventArgs
Class
Contains data needed to handle the ElementExportedToDocument event.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
cs-api-definition
public class GridViewElementExportedToDocumentEventArgs : EventArgs
Inheritance: objectEventArgsGridViewElementExportedToDocumentEventArgs
Inherited Members
Properties
DataContext
Gets the current data context.
Declaration
cs-api-definition
public object DataContext { get; }
Property Value
The DataContext.
Element
Gets the current element.
Declaration
cs-api-definition
public ExportElement Element { get; }
Property Value
The element.