[]
        
(Showing Draft Content)

C1.LiveLinq.LiveViews.DataBindingMode

DataBindingMode Enum

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

Namespace: C1.LiveLinq.LiveViews
Assembly: C1.LiveLinq.4.8.dll
Syntax
public enum DataBindingMode
Public Enum DataBindingMode

Fields

Name Description
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.

Extension Methods