Click or drag to resize

AppLayoutOptions Enumeration

Options controlling overall application layout.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum AppLayoutOptions
Members
  Member nameValueDescription
HeaderFixedAtTop1The header control, if any, should be fixed at the top of the page and not scroll when the page is scrolled. Applies only to Bootstrap-based applications.
AppbarAtLeft2The appbar, if any, should be placed at the left side of the page top. Applies only to Bootstrap-based applications.
See Also