Xamarin.iOS

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SourceProvider

    Show / Hide Table of Contents

    Class SourceProvider

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

    Inheritance
    System.Object
    SourceProvider
    Namespace: Syncfusion.iOS.DataForm
    Assembly: Syncfusion.SfDataForm.iOS.dll
    Syntax
    public class SourceProvider : Object

    Constructors

    SourceProvider()

    Declaration
    public SourceProvider()

    Methods

    GetSource(String)

    Get the source list for picket editor based on data field name.

    Declaration
    public virtual IList GetSource(string sourceName)
    Parameters
    Type Name Description
    System.String sourceName

    The data field name to get the list.

    Returns
    Type Description
    System.Collections.IList

    Returns the source list based on specified data field name.

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