WidgetTitleFormat Property | |
The title format FormatDescriptor string.
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 string TitleFormat { get; set; }
Public Property TitleFormat As String
Get
Set
public:
property String^ TitleFormat {
String^ get ();
void set (String^ value);
}
member TitleFormat : string with get, set
Return Value
Type:
String the FormatDescriptor
See Also