Gets or sets the index of highlighted row.
SyntaxC#
Copy Code
|
|---|
public virtual int HighlightedRow { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Overridable Property HighlightedRow As Integer |
Integer index of the highlighted row. The default value is -1 (no highlight).
RemarksThe background of highlighted row is painted using RowHighlightColor. If AutoHighlightRows is enabled, a row gets highlighted automatically when clicked by the user.
See Also