2021 Property
Changes 0
P

ScheduleField.DisplayType

Description:
Indicates the chosen display type for the field.
Remarks:

This replaces the hasTotals property from 2017. The hasTotals = true is same as DisplayType::Totals; hasTotals = false is the same as DisplayType::Standard. This also adds the ability to see Min/Max for grouped elements.

public ScheduleFieldDisplayType DisplayType { get; set; }