ClassGridViewElementExportingToDocumentEventArgs
Class
Contains data needed to handle the ElementExportingToDocument event.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
cs-api-definition
public class GridViewElementExportingToDocumentEventArgs : EventArgs
Inheritance: objectEventArgsGridViewElementExportingToDocumentEventArgs
Derived Classes:
Inherited Members
Properties
Cancel
Gets or sets boolean value indicating whether the event should be canceled or not.
DataContext
Gets the current context.
Element
Gets the current element.
Declaration
cs-api-definition
public ExportElement Element { get; }
Property Value
The element.
Value
Gets or sets the value to be exported.
Declaration
cs-api-definition
public object Value { get; set; }
Property Value
The value to be exported.
VisualParameters
Gets the visual export parameters.
Declaration
cs-api-definition
public object VisualParameters { get; }
Property Value
The visual parameters.