Contains data needed to handle the ElementExportingToDocument event when exporting Cell element.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
C#
public class GridViewCellExportingEventArgs : GridViewElementExportingToDocumentEventArgs
Inheritance: objectEventArgsGridViewElementExportingToDocumentEventArgsGridViewCellExportingEventArgs
Inherited Members
Properties
Gets the column of the cell.
C#
public IExportableColumn Column { get; }
The column.