WidgetShowTitleIcon Property | |
True indicates that the client should display the Sheet icon in the widget title.
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> ShowTitleIcon { get; set; }
Public Property ShowTitleIcon As Nullable(Of Boolean)
Get
Set
public:
property Nullable<bool> ShowTitleIcon {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member ShowTitleIcon : Nullable<bool> with get, set
Return Value
Type:
NullableBoolean the showTitleIcon flag
See Also