Delegate LookupTextBoxGridColumnConfiguration.BuildSelectionProvider
Will be called for createing value selection
Namespace: Simplic.Framework.DBUI
Assembly: Simplic.Framework.DBUI.dll
Syntax
public delegate IValueSelectionProvider BuildSelectionProvider(LookupTextBox lookupTextBox, object dataItem);
Parameters
Type | Name | Description |
---|---|---|
LookupTextBox | lookupTextBox | Instance of the lookup textbox |
System.Object | dataItem | Dataitem instance of the grid (CreateCell) |
Returns
Type | Description |
---|---|
IValueSelectionProvider | Instance of a value selection provider |