ReactiveCollectionViewSource.ItemAt(NSIndexPath) method¶
Defined in
Type: ReactiveCollectionViewSourceReactiveUI.Reactive
Assembly: ReactiveUI.Reactive.dll
Applies to
net10.0-ios26.0, net10.0-maccatalyst26.0, net10.0-tvos26.0
public object? ItemAt(NSIndexPath indexPath)
Summary: Returns the Item at the specified index path.
Parameters
| Name | Type | Description |
|---|---|---|
indexPath | NSIndexPath | The index path. |
Returns: object? -- The object at the specified index.