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
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: 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. |