Click or drag to resize

DashboardWidgetTitle Property

Gets or sets widget title

Namespace:  Dynamicweb.Dashboards.Widgets
Assembly:  Dynamicweb.Dashboards (in Dynamicweb.Dashboards.dll) Version: 2.9.4
Syntax
[AddInLabelAttribute("Title")]
[AddInParameterAttribute("WidgetTitleEditor")]
[AddInParameterOrderAttribute(0)]
[AddInParameterEditorAttribute(typeof(TextParameterEditor), "")]
public virtual string Title { get; set; }

Property Value

Type: String
See Also