ComponentOne Data Source for Entity Framework
C1.LiveLinq.LiveViews Namespace / DataBindingMode Enumeration

In This Topic
    DataBindingMode Enumeration
    In This Topic
    Enumeration of the possible data binding modes. It is used by the View.DataBindingMode property.
    Syntax
    'Declaration
     
    
    Public Enum DataBindingMode 
       Inherits System.Enum
    public enum DataBindingMode : System.Enum 
    Members
    MemberDescription
    DefaultThe default mode, which is WPF mode in WPF applications and WinForms mode in WinForms applications.
    WinFormsIn data binding to a View, view rows (elements of the View.Rows collection) are used for data binding.
    WPFIn data binding to a View, view items (elements of the View itself as a collection) are used for data binding.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.LiveLinq.LiveViews.DataBindingMode

    See Also