DataSource for Entity Framework in WPF
C1.WPF.Data Namespace / ControlHandler Class / DataSource Property

In This Topic
    DataSource Property
    In This Topic
    Gets or sets a data source of the control handler.
    Syntax
    'Declaration
     
    Public Property DataSource As C1DataSource
    public C1DataSource DataSource {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