Class PrintCellFormattingEventArgs
Represents event arguments for the PrintCellFormatting event.
Inheritance
System.Object
System.EventArgs
PrintCellFormattingEventArgs
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.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class PrintCellFormattingEventArgs : EventArgs
Constructors
PrintCellFormattingEventArgs(GridViewRowInfo, GridViewColumn, CellPrintElement)
Initializes a new instance of the Print
Declaration
public PrintCellFormattingEventArgs(GridViewRowInfo row, GridViewColumn column, CellPrintElement printCell)
Parameters
Grid The row. |
Grid The column. |
Cell The print cell. |
Properties
Column
Gets the column that is currently printed.
Declaration
public GridViewColumn Column { get; }
Property Value
PrintCell
Gets the print cell element which will be printed.
Declaration
public CellPrintElement PrintCell { get; }
Property Value
Row
Gets the row that is currently printed.
Declaration
public GridViewRowInfo Row { get; }