Class RenderCellArgs
Provides layout information about a cell such as the VisibleRow, VisibleColumb, the CellRect, Covered Cell Span and also cell style information. RenderCellArgs is only used for "Render" methods in VirtualizingCellsControl.
Inherited Members
Namespace: Syncfusion.Windows.Controls.Cells
Assembly: Syncfusion.GridCommon.WPF.dll
Syntax
public class RenderCellArgs : CellArgs
Constructors
RenderCellArgs(VirtualizingCellsControl, VisibleLineInfo, VisibleLineInfo, Rect, IRenderCellInfo)
Initializes a new instance of the RenderCellArgs class.
Declaration
public RenderCellArgs(VirtualizingCellsControl cellsControl, VisibleLineInfo visibleRow, VisibleLineInfo visibleColumn, Rect cellRect, IRenderCellInfo ci)
Parameters
Type | Name | Description |
---|---|---|
VirtualizingCellsControl | cellsControl | The cells control. |
VisibleLineInfo | visibleRow | The visible row. |
VisibleLineInfo | visibleColumn | The visible column. |
System.Windows.Rect | cellRect | The cell rectangle. |
IRenderCellInfo | ci | The cell style information. |