Class
DataGridElementExportingEventArgs

Contains data needed to handle the ElementExporting event.

Definition

Namespace:Telerik.UI.Xaml.Controls.Grid.Еxport

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class DataGridElementExportingEventArgs : EventArgs

Inheritance: objectEventArgsDataGridElementExportingEventArgs

Derived Classes: DataGridCellExportingEventArgs

Inherited Members EventArgs.Empty

Properties

Cancel

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

Declaration

cs-api-definition
public bool Cancel { get; set; }

Property Value

bool

DataContext

Gets the data context of the exported element.

Declaration

cs-api-definition
public object DataContext { get; }

Property Value

object

The context.

Element

Gets the current element.

Declaration

cs-api-definition
public ExportElement Element { get; }

Property Value

ExportElement

The element.

Value

Gets or sets the value to be exported.

Declaration

cs-api-definition
public object Value { get; set; }

Property Value

object

The value to be exported.

VisualParameters

Gets the visual export parameters.

Declaration

cs-api-definition
public object VisualParameters { get; }

Property Value

object

The visual parameters.

Workbook

Gets the workbook, which is prepared for export.

Declaration

cs-api-definition
public object Workbook { get; }

Property Value

object