Data source ID.

Namespace:  C1.Web.UI.Controls.C1Schedule.C1WebDataStorage
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[EditorAttribute("C1.Web.UI.Design.C1DataSourceIDEditor", typeof(UITypeEditor))]
[C1CategoryAttribute("Data")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute("")]
[BindableAttribute(false)]
public string DataSourceID { get; set; }
Visual Basic
<EditorAttribute("C1.Web.UI.Design.C1DataSourceIDEditor", GetType(UITypeEditor))> _
<C1CategoryAttribute("Data")> _
<NotifyParentPropertyAttribute(True)> _
<DefaultValueAttribute("")> _
<BindableAttribute(False)> _
Public Property DataSourceID As String
	Get
	Set

See Also