alexa
menu

Xamarin.iOS

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

    Show / Hide Table of Contents

    Class AutoCompeteTableSource

    Auto complete table source class

    Inheritance
    System.Object
    AutoCompeteTableSource
    Namespace: Syncfusion.SfAutoComplete.iOS
    Assembly: Syncfusion.SfAutoComplete.iOS.dll
    Syntax
    public class AutoCompeteTableSource : UITableViewDataSource

    Constructors

    AutoCompeteTableSource(NSMutableArray, SfAutoComplete)

    Initializes a new instance of the AutoCompeteTableSource class.

    Declaration
    public AutoCompeteTableSource(NSMutableArray items, SfAutoComplete auto)
    Parameters
    Type Name Description
    Foundation.NSMutableArray items

    Mutable array

    SfAutoComplete auto

    auto complete

    Methods

    GetCell(UITableView, NSIndexPath)

    Get cell

    Declaration
    public override UITableViewCell GetCell(UITableView tableView, NSIndexPath indexPath)
    Parameters
    Type Name Description
    UIKit.UITableView tableView

    Table view

    Foundation.NSIndexPath indexPath

    Integer type

    Returns
    Type Description
    UIKit.UITableViewCell

    return value

    NumberOfSections(UITableView)

    Number of sections

    Declaration
    public override nint NumberOfSections(UITableView tableView)
    Parameters
    Type Name Description
    UIKit.UITableView tableView

    Table view

    Returns
    Type Description
    System.nint

    return value

    RowsInSection(UITableView, nint)

    Row in section

    Declaration
    public override nint RowsInSection(UITableView tableview, nint section)
    Parameters
    Type Name Description
    UIKit.UITableView tableview

    UI table view

    System.nint section

    Integer type

    Returns
    Type Description
    System.nint

    return value

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