UITableViewSource.AccessoryForRow(UITableView, NSIndexPath) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Developers should not use this deprecated method.
[Foundation.Export("tableView:accessoryTypeForRowWithIndexPath:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 3, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UITableViewCellAccessory AccessoryForRow (UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
abstract member AccessoryForRow : UIKit.UITableView * Foundation.NSIndexPath -> UIKit.UITableViewCellAccessory
override this.AccessoryForRow : UIKit.UITableView * Foundation.NSIndexPath -> UIKit.UITableViewCellAccessory
Parameters
- tableView
- UITableView
Table view containing the row.
- indexPath
- NSIndexPath
Location of the row.
Returns
- Attributes
Remarks
Declared in [UITableViewDelegate]