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