DataBrowser.HiBackground Property (Typed) | |
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
public virtual Brush HiBackground { get; }
Request Example
View SourceProperty Value
Type:
BrushThe background brush for the Highlighted rows and cells in the Databrowser. This can be changed with the ChangeBackground() method.
See Also