Skip to content

Selection

Selection property which defined in the Section of SectionedTable.

Selection Properties

Property Type Required Default
ExitOnLastDeselect boolean Optional true
LongPressToEnable enum Optional "None"
Mode enum Optional "None"

ExitOnLastDeselect

Toggle off the selection mode when deselect last item of the section.

  • type: boolean
  • default: true

LongPressToEnable

Set selection mode for the section when the user longpress on the cell.

  • type: enum
  • default: "None"

The value of this property must be equal to one of the known values below.

LongPressToEnable Known Values

Value Description
None
Multiple

Mode

Set selection mode for the section.

  • type: enum
  • default: "None"

The value of this property must be equal to one of the known values below.

Mode Known Values

Value Description
None
Multiple