progressHide()
hides the progress bar in a cell
progressHide(): void;
Example
// show the progress bar in a cell
layout.getCell("two").progressShow();
// hide the progress bar in a cell
layout.getCell("two").progressHide();
Change log:
Added in 8.0
Related sample: Layout. Spinner (busy indicator, progress bar) for Layout and its cells
Related article: Showing/hiding a progress bar