Class ComboBoxTableSource
Auto complete table source class
Inheritance
System.Object
ComboBoxTableSource
Namespace: Syncfusion.iOS.ComboBox
Assembly: Syncfusion.SfComboBox.iOS.dll
Syntax
public class ComboBoxTableSource : UITableViewDataSource
Constructors
ComboBoxTableSource(NSMutableArray, SfComboBox)
Initializes a new instance of the ComboBoxTableSource class.
Declaration
public ComboBoxTableSource(NSMutableArray items, SfComboBox auto)
Parameters
Type | Name | Description |
---|---|---|
Foundation.NSMutableArray | items | Mutable array |
SfComboBox | auto | combobox instance |
Methods
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
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 |