C1.LiveLinq.LiveViews Namespace : DataBindingMode Enumeration |
'Declaration
Public Enum DataBindingMode Inherits System.Enum
public enum DataBindingMode : System.Enum
Member | Description |
---|---|
Default | The default mode, which is WPF mode in WPF applications and WinForms mode in WinForms applications. |
WinForms | In data binding to a View, view rows (elements of the View.Rows collection) are used for data binding. |
WPF | In data binding to a View, view items (elements of the View itself as a collection) are used for data binding. |
System.Object
System.ValueType
System.Enum
C1.LiveLinq.LiveViews.DataBindingMode
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2