[]
        
(Showing Draft Content)

C1.Win.C1TrueDBGrid.BaseGrid.View.ShouldDrawLines

ShouldDrawLines Method

ShouldDrawLines(int, int)

Returns a value indicating whether a line should be rendered for a given row and column.

Declaration
protected virtual bool ShouldDrawLines(int row, int col)
Parameters
Type Name Description
int row

The row index.

int col

The column index.

Returns
Type Description
bool