Gets or sets the color used to fill highlighted table rows.
SyntaxC#
Copy Code
|
|---|
public virtual uint RowHighlightColor { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Overridable Property RowHighlightColor As UInteger |
A color value. The default is RGB: 185, 209, 234
RemarksRows indicated by HighlightedRow property of tables are painted using this color.
See Also