Class
DataGridElementExportedEventArgs

Contains data needed to handle the ElementExported event.

Definition

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

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class DataGridElementExportedEventArgs : EventArgs

Inheritance: objectEventArgsDataGridElementExportedEventArgs

Inherited Members EventArgs.Empty

Properties

DataContext

Gets the data context of the exported element.

Declaration

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

Property Value

object

The DataContext.

Element

Gets the current element.

Declaration

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

Property Value

ExportElement

The element.

Workbook

Gets the workbook, which is prepared for export.

Declaration

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

Property Value

object

In this article
DefinitionPropertiesDataContextElementWorkbook
Not finding the help you need?
Contact Support