Skip to content

Separators

To provide more flexibility with rendering of controls and sections, set the visibility of the separator lines.

Separators Properties

Property Type Required Default
BottomSectionSeparator boolean Optional true
ControlSeparator boolean Optional true
FooterSeparator boolean Optional true
HeaderSeparator boolean Optional true
TopSectionSeparator boolean Optional false

BottomSectionSeparator

Sets the visibility of the separator line at the bottom of the section. Default value for iOS is false, for Android and Web it is true.

  • type: boolean
  • default: true

ControlSeparator

Sets the visibility of the separator lines between controls inside a section.

  • type: boolean
  • default: true

FooterSeparator

Sets the visibility of the separator line between the footer and section.

  • type: boolean
  • default: true

HeaderSeparator

Sets the visibility of the separator line between the header and section.

  • type: boolean
  • default: true

TopSectionSeparator

Sets the visibility of the separator line at the top of the section. iOS only.

  • type: boolean
  • default: false