Click or drag to resize

DataBrowser.EnableGrid Method (Typed)

X#
Enable/disable the display of a grid. If this method is not called, the grid is enabled, by default.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD EnableGrid(
	 lShowGrid AS LOGIC
) AS LOGIC
Request Example View Source

Parameters

lShowGrid
Type: Logic
TRUE shows the grid; FALSE hides it. The default is TRUE.

Return Value

Type: Logic
See Also