Class GridIndentCellRenderer
Represents the class that is used for drawing the indent cell.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.WinForms.DataGrid.Renderers
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public class GridIndentCellRenderer : GridCellRendererBase, IGridCellRenderer<TableControl>, IDisposable
Constructors
GridIndentCellRenderer()
Initializes a new instance of the GridIndentCellRenderer class.
Declaration
public GridIndentCellRenderer()
Methods
OnRender(Graphics, Rectangle, String, CellStyleInfo, DataColumnBase, RowColumnIndex)
Overridden to draw the indent cell.
Declaration
protected override void OnRender(Graphics paint, Rectangle cellRect, string cellValue, CellStyleInfo style, DataColumnBase column, RowColumnIndex rowColumnIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Graphics | paint | The System.Drawing.Graphics that used to draw the indent cell. |
System.Drawing.Rectangle | cellRect | The bounds of the indent cell. |
System.String | cellValue | The value of the indent cell. |
CellStyleInfo | style | The CellStyleInfo of the indent cell. |
DataColumnBase | column | The DataColumnBase of the indent cell. |
RowColumnIndex | rowColumnIndex | The row and column index of the cell. |
Overrides
Implements
System.IDisposable