Compartir a través de


UITableViewDataSource_Extensions.CanMoveRow Método

Definición

Si la fila situada en se puede mover a otra ubicación de la vista de tabla.

public static bool CanMoveRow (this UIKit.IUITableViewDataSource This, UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
static member CanMoveRow : UIKit.IUITableViewDataSource * UIKit.UITableView * Foundation.NSIndexPath -> bool

Parámetros

This
IUITableViewDataSource

Instancia en la que opera este método de extensión.

tableView
UITableView

Vista de tabla que contiene la fila.

indexPath
NSIndexPath

Ubicación de la fila.

Devoluciones

Se aplica a