Sys.UI.VisibilityMode Enumeration
Describes the layout of a DOM element in the page when the element's visible property is set to false.
Namespace:
Sys.UI
Inherits: None
Syntax
Members
|
Member name
|
Description
|
|
hide
|
The element is not visible, but it occupies space on the page.
|
|
collapse
|
The element is not visible, and the space it occupies is collapsed.
|