Class DataGridElementExportingEventArgs
Inheritance
System.Object
DataGridElementExportingEventArgs
Namespace: Telerik.UI.Xaml.Controls.Grid.Еxport
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class DataGridElementExportingEventArgs : EventArgs
Properties
Cancel
Declaration
public bool Cancel { get; set; }
Property Value
System.
|
DataContext
Declaration
public object DataContext { get; }
Property Value
System.
|
Element
Value
Declaration
public object Value { get; set; }
Property Value
System.
|
VisualParameters
Declaration
public object VisualParameters { get; }
Property Value
System.
|
Workbook
Declaration
public object Workbook { get; }
Property Value
System.
|