WinFormsDataBindingHelper Class
Class to help ease common operations in Windows Forms databinding.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | NullMagicValue | Magic value for a null choice in a bound list. |
| Name | Description | |
|---|---|---|
![]() ![]() | InitializeComboBoxColumnDataSourcesFromBinding(DataGridView^) | Set up the combobox dropdown lists for the given grid. |
![]() ![]() | InitializeDataSourceFromBinding(ComboBox^) | Initialize the dropdown list for a ComboBox using the values of the enumeration it is bound to. |
![]() ![]() | InitializeDataSources(Control^) | Walk all of the controls in the container initializing the DataSource dropdown lists for any that are Databound to items where the values can be calculated. |
![]() ![]() | PreInitializeComboBoxColumnDataSourcesFromBinding(DataGridView^) | Set up the cell type for combobox dropdown lists for the given grid. |
![]() ![]() | PreInitializeDataSources(Control^) | Walk all of the controls in the container pre-initializing the DataSource dropdown lists for any that are Databound to items where the values can be calculated. Must be called before the root item is DataBound to live data. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


