ScheduleField.IsHidden
Description:
Indicates if the field is hidden in the schedule.
Indicates if the field is hidden in the schedule.
Remarks:
A hidden field is not displayed in the schedule, but it can be used for filtering, sorting, grouping, and conditional formatting and can be referenced by Formula and Percentage fields.
A hidden field is not displayed in the schedule, but it can be used for filtering, sorting, grouping, and conditional formatting and can be referenced by Formula and Percentage fields.
public bool IsHidden { get; set; }