Click or drag to resize

DataBrowser.HiBackground Property (Typed)

X#
Returns the background brush for the Highlighted rows and cells in the Databrowser. This can be changed with the ChangeBackground() method.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY HiBackground AS Brush GET 
Request Example View Source

Property Value

Type: Brush
The background brush for the Highlighted rows and cells in the Databrowser. This can be changed with the ChangeBackground() method.
See Also