ShowGridLines: Boolean;
The ShowGridLines property determines whether gridlines are displayed.
Use JSON or the setShowGridLines method to set the property value and the getShowGridLines method to get the property value.
Executing the example requires the SimpleTreeList component with the Tree identifier (see Example of Creating the SimpleTreeList Component).
// Set gridlines Tree.seyShowGridLines(true);
After executing the example all gridlines are enabled.
See also: