getVisualGridOptions method
Use this method to set configuration values for the Ultrafast Grid.
Syntax
let configval = config.getVisualGridOptions();
config.visualGridOptions = configval;
configval = config.visualGridOptions;
Note that this feature is available as both a method and a property.
Parameters
This method does not take any parameters.Return value
- Type:
{ [key: string]: any };