2024 Property
Changes 0
P

ScheduleField.PercentageBy

Description:
The ID of the grouped schedule field used to calculate percentage totals.
Remarks:
A Percentage field calculates what percent of the total of another field each element represents. If PercentageBy is InvalidScheduleFieldId, the total is of all elements in the schedule. If PercentageBy is the ID of one of the fields that the schedule is grouped by, the total is of all elements in that group.
public ScheduleFieldId PercentageBy { get; set; }