Delegate GridViewComboBoxColumnConfiguration.BuildComboBoxItemsSource
Create binding for ComboBox DataSource
Namespace: Simplic.UI.GridView
Assembly: Simplic.UI.dll
Syntax
public delegate Binding BuildComboBoxItemsSource(ComboBox comboBox, object dataItem);
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Controls.ComboBox | comboBox | ComboBox instance |
System.Object | dataItem | Current item |
Returns
Type | Description |
---|---|
System.Windows.Data.Binding |