Class GridViewCellExportingEventArgs
Contains data needed to handle the ElementExportingToDocument event when exporting Cell element.
Inheritance
System.Object
System.EventArgs
GridViewCellExportingEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class GridViewCellExportingEventArgs : GridViewElementExportingToDocumentEventArgs
Properties
Column
Gets the column of the cell.
Declaration
public IExportableColumn Column { get; }
Property Value
IExportableColumn
The column. |