public void FillFromArray<KOEd>( KOEd[] values, NWidgetFactory<KOEd> widgetFactory )
Parameters
- values
- The values to fill the combo box with.
- widgetFactory
- The widget factory to use for creating items content.
Type Parameters
- KOEd
- The type of the array values.