Search
Table.HighlightedRow Property
See Also
 



Gets or sets the index of highlighted row.

 Syntax

C#  Copy Code

public virtual int HighlightedRow { get; set; }

Visual Basic  Copy Code

Public Overridable Property HighlightedRow As Integer

 Property Value

Integer index of the highlighted row. The default value is -1 (no highlight).

 Remarks

The background of highlighted row is painted using RowHighlightColor. If AutoHighlightRows is enabled, a row gets highlighted automatically when clicked by the user.

 See Also