Section¶
Section acts as a container for container items. You can add multiple section containers within a FilterBar to group different controls. Section is currently only visible visually when filter dialog is displayed, and only applicable to iOS.
Section Properties¶
| Property | Type | Required |
|---|---|---|
| Controls | complex | No |
| _Name | string |
No |
| _Type | const |
No |
Controls¶
Contains controls to be displayed within the section.
- type: complex
Controls Value¶
Any following options needs to be fulfilled.
Option 1¶
Array of controls.
Array type:
All items must be of the type:
Option 2¶
Expects return of FilterBarControl in array format.
_Name¶
- type:
string
_Type¶
- type:
const
The value of this property must be:
"FilterBar.Type.Section"