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

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