Class GridViewElementExportingToDocumentEventArgs
Contains data needed to handle the ElementExportingToDocument event.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class GridViewElementExportingToDocumentEventArgs : EventArgs
Properties
Cancel
Gets or sets boolean value indicating whether the event should be canceled or not.
Declaration
public bool Cancel { get; set; }
Property Value
System.Boolean
|
DataContext
Gets the current context.
Declaration
public object DataContext { get; }
Property Value
System.Object
The context. |
Element
Gets the current element.
Declaration
public ExportElement Element { get; }
Property Value
ExportElement
The element. |
Value
Gets or sets the value to be exported.
Declaration
public object Value { get; set; }
Property Value
System.Object
The value to be exported. |
VisualParameters
Gets the visual export parameters.
Declaration
public object VisualParameters { get; }
Property Value
System.Object
The visual parameters. |