menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IItemsSourceSelector - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IItemsSourceSelector

    to do

    Namespace: Syncfusion.Maui.DataGrid
    Assembly: Syncfusion.Maui.DataGrid.dll
    Syntax
    public interface IItemsSourceSelector

    Methods

    GetItemsSource(Object, Object)

    To get the itemsSource for a specific row data.

    Declaration
    IEnumerable GetItemsSource(object record, object dataContext)
    Parameters
    Type Name Description
    System.Object record

    The record having current row data.

    System.Object dataContext

    The binding context.

    Returns
    Type Description
    System.Collections.IEnumerable

    To return a IEnumerable collection.

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