Gets or sets a data source of the control handler.

Namespace:  C1.WPF.Data
Assembly:  C1.WPF.Data.Entity (in C1.WPF.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.

See Also