MonoTouch.Foundation.NSIndexPath: Property Members

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

Public Properties

[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
Itemint. The item component of this NSIndexPath.
[read-only]
Lengthint. The number of indexes in the index-path (not required for use with iOS MonoTouch.UIKit.UITableView).
[read-only]
Rowint. The index of a row within a NSIndexPath.Section of a MonoTouch.UIKit.UITableView (read-only).
[read-only]
Sectionint. The index of a section within a MonoTouch.UIKit.UITableView (read-only).