hide
hides the view
function hide(): voidExample
Section titled “Example”mygrid.hide();also check the next samples:
Details
Section titled “Details”The same effect can be achieved if you set the hidden parameter in the view constructor.
hides the view
function hide(): voidmygrid.hide();also check the next samples:
The same effect can be achieved if you set the hidden parameter in the view constructor.