Click or drag to resize

DataBrowser.EditFont Property (Typed)

X#
Returns the edit font for the DataBrowser. This font can be changed with the ChangeFont() method.

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

Property Value

Type: Usual
The edit font for the DataBrowser. This font can be changed with the ChangeFont() method.
See Also