ClassGridViewCellExportingEventArgs
Class
Contains data needed to handle the ElementExportingToDocument event when exporting Cell element.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
cs-api-definition
public class GridViewCellExportingEventArgs : GridViewElementExportingToDocumentEventArgs
Inheritance: objectEventArgsGridViewElementExportingToDocumentEventArgsGridViewCellExportingEventArgs
Inherited Members
Properties
Column
Gets the column of the cell.
Declaration
cs-api-definition
public IExportableColumn Column { get; }
Property Value
The column.