New to Telerik UI for WPFStart a free 30-day trial

Contains data needed to handle the ElementExportingToDocument event.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

C#
public class GridViewElementExportingToDocumentEventArgs : EventArgs

Inheritance: objectEventArgsGridViewElementExportingToDocumentEventArgs

Derived Classes: GridViewCellExportingEventArgs

Inherited Members EventArgs.Empty

Properties

Gets or sets boolean value indicating whether the event should be canceled or not.

C#
public bool Cancel { get; set; }

Gets the current context.

C#
public object DataContext { get; }
Property Value:

The context.

Gets the current element.

C#
public ExportElement Element { get; }
Property Value:

The element.

Gets or sets the value to be exported.

C#
public object Value { get; set; }
Property Value:

The value to be exported.

Gets the visual export parameters.

C#
public object VisualParameters { get; }
Property Value:

The visual parameters.