title: "Ultimo.DataViewExpandMode" category: reference tags: [aet, data-view, setting] source: ApplicationElementTreeData.json date: 2026-04-17 status: published
Ultimo.DataViewExpandMode
Groep: Data view Type: Element · Waardetype: enumlist Custom: Nee · Nullable: Nee
Beschrijving: Data view expand mode
Initial expand mode for dataview grids. Possible values are 0 (All rows collapsed, default), 1 (first row expanded) and 2 (all rows expanded).
Waardebewerken
- Actuele waarde:
1 - Overerfde waarde:
1 - Overerfd van: Inherited from factory settings.
Raw JSONbewerken
{
"settingId": "Ultimo.DataViewExpandMode",
"settingType": "Element",
"description": "Data view expand mode",
"longDescription": "Initial expand mode for dataview grids. Possible values are 0 (All rows collapsed, default), 1 (first row expanded) and 2 (all rows expanded).",
"value": 1,
"valueType": "enumlist",
"valueDisplayModel": {
"id": "1",
"description": "First",
"displayDescription": "1 - First"
},
"inheritedValue": 1,
"inheritedFromDescription": "Inherited from factory settings.",
"inheritedValueDisplayModel": {
"id": "1",
"description": "First",
"displayDescription": "1 - First"
},
"isCustom": false,
"isNullable": false,
"listDataSourceAction": "ApplicationElement.GetSettingDataSource"
}
Brondatabewerken
- AET-setting —
lookup_aet_setting("Ultimo.DataViewExpandMode")Volledige setting-data. Bron:ApplicationElementTreeData.json.