MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IDataFormSourceProvider

    Show / Hide Table of Contents

    Interface IDataFormSourceProvider

    Represents the interface to provide method to get the source for picker type properties.

    Namespace: Syncfusion.Maui.DataForm
    Assembly: Syncfusion.Maui.DataForm.dll
    Syntax
    public interface IDataFormSourceProvider

    Methods

    GetSource(String)

    Method to get the source for picker type properties.

    Declaration
    object GetSource(string sourceName)
    Parameters
    Type Name Description
    System.String sourceName

    The property name.

    Returns
    Type Description
    System.Object

    The items source value.

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