WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IDataSourceSelector - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved