Skip to content

ReactiveCollectionViewSource.ItemAt(NSIndexPath) method

Defined in

Type: ReactiveCollectionViewSource Namespace: ReactiveUI.Reactive Assembly: ReactiveUI.Reactive.dll

Applies to

net10.0-ios26.0, net10.0-maccatalyst26.0, net10.0-tvos26.0

public object? ItemAt(NSIndexPath indexPath)

View source

Summary: Returns the Item at the specified index path.

Parameters

NameTypeDescription
indexPathNSIndexPathThe index path.

Returns: object? -- The object at the specified index.