ClassDataGridCellExportingEventArgs
Class
Contains data needed to handle the ElementExporting event when exporting a cell element.
Definition
Namespace:Telerik.UI.Xaml.Controls.Grid.Еxport
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class DataGridCellExportingEventArgs : DataGridElementExportingEventArgs
Inheritance: objectEventArgsDataGridElementExportingEventArgsDataGridCellExportingEventArgs
Inherited Members
Properties
Column
Gets the column of the cell.
Declaration
cs-api-definition
public IExportableColumn Column { get; }
Property Value
The column.