DataBrowser.EnableGrid Method (Typed) | |
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
public virtual bool EnableGrid(
[DefaultParameterValueAttribute(true, 0)] bool lShowGrid
)
Request Example
View SourceParameters
- lShowGrid
- Type: Logic
TRUE shows the grid; FALSE hides it. The default is TRUE.
Return Value
Type:
LogicSee Also