Interface IDataSourceSelector
Provides the interface to get the data source for the combobox cell.
Namespace: Syncfusion.WinForms.DataGrid
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public interface IDataSourceSelector
Methods
GetDataSource(Object, Object)
To get the DataSource for a specific row data.
Declaration
IEnumerable GetDataSource(object record, object dataSource)
Parameters
Type | Name | Description |
---|---|---|
System.Object | record | The record having current row data |
System.Object | dataSource | The data source. |
Returns
Type | Description |
---|---|
System.Collections.IEnumerable | To return a IEnumerable collection. |