Enumeration of the possible data binding modes. It is used by the DataBindingMode property.

Namespace:  C1.LiveLinq.LiveViews
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
public enum DataBindingMode
Visual Basic
Public Enumeration DataBindingMode

Members

Member nameDescription
Default The default mode, which is WPF mode in WPF applications and WinForms mode in WinForms applications.
WPF In data binding to a View, view items (elements of the View itself as a collection) are used for data binding.
WinForms In data binding to a View, view rows (elements of the Rows collection) are used for data binding.

See Also