ClassDataGridElementExportedEventArgs
Class
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
Properties
DataContext
Gets the data context of the exported element.
Declaration
cs-api-definition
public object DataContext { get; }
Property Value
The DataContext.
Element
Gets the current element.
Declaration
cs-api-definition
public ExportElement Element { get; }
Property Value
The element.