Selection¶
Selection
property which defined in the Section
of SectionedTable.
Selection Properties¶
Property | Type | Required | Default |
---|---|---|---|
ExitOnLastDeselect | boolean |
No | true |
LongPressToEnable | enum |
No | "None" |
Mode | enum |
No | "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 one of the known values listed 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 one of the known values listed below.
Mode Known Values¶
Value | Description |
---|---|
None |
|
Multiple |