Click or drag to resize

Widget Class

Represents the widget object.
Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsIdentifiableModel
    Smartsheet.Api.ModelsWidget

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 class Widget : IdentifiableModel

The Widget type exposes the following members.

Constructors
  NameDescription
Public methodWidget
Top
Properties
  NameDescription
Public propertyContents
Get the data that specifies the contents of the widget. See description of contents variable for valid objects.
Public propertyError
Error if this widget is in an error state
Public propertyHeight
Number of Rows that the widget occupies on the Sight.
Public propertyShowTitle
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.
Public propertyShowTitleIcon
True indicates that the client should display the Sheet icon in the widget title.
Public propertyTitle
(Optional) Title of the widget.
Public propertyTitleFormat
The title format FormatDescriptor string.
Public propertyType
Get the Type of widget.
Public propertyVersion
Widget version number.
Public propertyWidth
Number of Columns that the widget occupies on the Sight.
Public propertyXPosition
X-coordinate of widget’s position on the Sight.
Public propertyYPosition
Y-coordinate of widget’s position on the Sight.
Top
See Also