Gets or sets the data source that the connector binds to.
Namespace:
C1.C1ScheduleAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
C# |
---|
[AttributeProviderAttribute(typeof(IListSource))] [RefreshPropertiesAttribute(RefreshProperties.Repaint)] [DefaultValueAttribute(null)] public Object DataSource { get; set; } |
Visual Basic |
---|
<AttributeProviderAttribute(GetType(IListSource))> _ <RefreshPropertiesAttribute(RefreshProperties.Repaint)> _ <DefaultValueAttribute(Nothing)> _ Public Property DataSource As Object Get Set |