Click or drag to resize

SheetUserSettingsDisplaySummaryTasks Property

Does this user have “Display Summary Tasks” turned on for this sheet? Applies only to sheets where Calendar View has been configured.

Namespace:  Smartsheet.Api.Models
Assemblies:   smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
  smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntax
public Nullable<bool> DisplaySummaryTasks { get; set; }

Return Value

Type: NullableBoolean
true if this user has “Display Summary Tasks” turned on, false otherwise
See Also