[]
Enumeration of the possible data binding modes. It is used by the DataBindingMode property.
public enum DataBindingMode
| 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. |