Skip to content

ReactiveTableViewSource.ItemAt(NSIndexPath) method

Defined in

Type: ReactiveTableViewSource 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: Items at.

Parameters

NameTypeDescription
indexPathNSIndexPathThe index path.

Returns: object? -- The item.