  | FrameWidgetDataSource Property  | 
 
            Gets or sets feed data source url
            
 
    Namespace: 
   Dynamicweb.Dashboards.Widgets
    Assembly:
   Dynamicweb.Dashboards (in Dynamicweb.Dashboards.dll) Version: 2.9.4
Syntax[AddInLabelAttribute("Source")]
[AddInParameterAttribute("SourceEditor")]
[AddInParameterEditorAttribute(typeof(TextParameterEditor), "")]
public string DataSource { get; set; }<AddInLabelAttribute("Source")>
<AddInParameterAttribute("SourceEditor")>
<AddInParameterEditorAttribute(GetType(TextParameterEditor), "")>
Public Property DataSource As String
	Get
	SetProperty Value
Type: 
String
See Also