The properties of MonoTouch.Foundation.NSIndexPath are listed below. For a list of all members, see the NSIndexPath Members list.
See Also: Inherited members from MonoTouch.Foundation.NSObject
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| [read-only] | Item | int. The item component of this NSIndexPath. |
| [read-only] | Length | int. The number of indexes in the index-path (not required for use with iOS MonoTouch.UIKit.UITableView). |
| [read-only] | Row | int. The index of a row within a NSIndexPath.Section of a MonoTouch.UIKit.UITableView (read-only). |
| [read-only] | Section | int. The index of a section within a MonoTouch.UIKit.UITableView (read-only). |