<Code Lib>
2026 Property
Changes 0
P

ScheduleDefinition.ShowGrandTotal

Description:
Indicates if a grand total row should be displayed at the bottom of the schedule.
Remarks:
The grand total row displays totals of each field for which totals are enabled. It can also optionally display a title (see ShowGrandTotalTitle) and a count of elements (see ShowGrandTotalCount).

public bool ShowGrandTotal { get; set; }

Loading…