Specifies whether a table row should be highlighted when the user clicks on it.
SyntaxC#
Copy Code
|
|---|
public virtual bool AutoHighlightRows { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Overridable Property AutoHighlightRows As Boolean |
true to automatically highlight clicked row, or false otherwise. The default value is false.
See Also