[]
        
(Showing Draft Content)

C1.Win.FlexGrid.C1FlexGrid.DrawRow

DrawRow Method

DrawRow(PaintEventArgs, int, DrawColorMode)

Draws a grid row.

Declaration
protected override 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.

Overrides
Remarks

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