Click or drag to resize

WidgetShowTitle Property

True indicates that the client should display the widget title. Note that this is independent of the “title” string which may be null or empty.

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> ShowTitle { get; set; }

Return Value

Type: NullableBoolean
the showTitle flag
See Also