DataBrowser.EditFont Property (Typed) | |
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
public virtual Usual EditFont { get; }
Request Example
View SourceProperty Value
Type:
UsualThe edit font for the DataBrowser. This font can be changed with the ChangeFont() method.
See Also