[]
        
(Showing Draft Content)

C1.Win.FlexGrid.C1FlexGridBase.DrawRow

DrawRow Method

DrawRow(PaintEventArgs, int)

Draws a grid row.

Declaration
protected virtual void DrawRow(PaintEventArgs e, int row)
Parameters
Type Name Description
PaintEventArgs e

A PaintEventArgs that contains a Graphics object where the row will be drawn.

int row

Index of the row to draw.

Remarks

This method is for internal use. It allows inherited classes to customize the grid appearance.

DrawRow(PaintEventArgs, int, DrawColorMode)

Draws a grid row.

Declaration
protected virtual void DrawRow(PaintEventArgs e, int row, DrawColorMode colorMode)
Parameters
Type Name Description
PaintEventArgs e

A PaintEventArgs that contains a Graphics object where the row will be drawn.

int row

Index of the row to draw.

DrawColorMode colorMode

Drawing color mode.

Remarks

This method is for internal use. It allows inherited classes to customize the grid appearance.