Click or drag to resize

PageElementVisibility Enumeration

Possible values for the PageElement.Visibility property on console page elements.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum PageElementVisibility
Members
  Member nameValueDescription
DefaultCollapsed1Sets the default state of the console element to collapsed. If this is not set all panes are, by default, shown expanded until collapsed by the user.
NoDataCollapsed2Collapse the element if there is no data to display.
NoDataHidden4Hide the element if there is no data to display.
NoCollapse8Do not allow the user to collapse the element.
See Also