| 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; }
<AddInLabelAttribute("Title")>
<AddInParameterAttribute("WidgetTitleEditor")>
<AddInParameterOrderAttribute(0)>
<AddInParameterEditorAttribute(GetType(TextParameterEditor), "")>
Public Overridable Property Title As String
Get
Set
Property Value
Type:
StringSee Also