valueLayout property

String? valueLayout
getter/setter pair

Whether values should be listed horizontally (as columns) or vertically (as rows). Possible string values are:

  • "HORIZONTAL" : Values are laid out horizontally (as columns).
  • "VERTICAL" : Values are laid out vertically (as rows).

Implementation

core.String? valueLayout;