Skip to content

ReactiveRecyclerViewViewHolder.Selected property

Defined in

Type: ReactiveRecyclerViewViewHolder Namespace: ReactiveUI.AndroidX Assembly: ReactiveUI.AndroidX.dll

Applies to

net10.0-android36.0

public IObservable<int> Selected { get; }

View source

Summary: Gets an observable that signals that this ViewHolder has been selected.

The Int32 is the position of this ViewHolder in the RecyclerView and corresponds to the AbsoluteAdapterPosition property.

Returns: IObservable