SelectRow

Top  Previous  Next

Gets or sets a boolean flag indicating whether the entire row should be selected or not once one cell of it is moused-clicked for the grid in readonly mode.

[Visual Basic .NET]

Public Property SelectRow As Boolean

[C#]

public bool SelectRow {get; set;}

 

Remarks

The default value is FALSE, and a screenshot for TRUE value is listed below.

SelectRow