Gets or sets a data source of the control handler.
Namespace:
C1.Silverlight.DataAssembly: C1.Silverlight.Data.Entity (in C1.Silverlight.Data.Entity.dll)
Syntax
C# |
---|
public C1DataSource DataSource { get; set; } |
Visual Basic |
---|
Public Property DataSource As C1DataSource Get Set |
Remarks
Setting this property is required if the GUI control is not bound directly to a C1DataSource. For example, it must be set
if the GUI control is bound to a live view.