SelectionModel.IsSelectedAt(IndexPath) Method

Definition

public:
 virtual IReference<bool> ^ IsSelectedAt(IndexPath ^ index) = IsSelectedAt;
/// [Windows.Foundation.Metadata.Experimental]
IReference<bool> IsSelectedAt(IndexPath const& index);
[Windows.Foundation.Metadata.Experimental]
public System.Nullable<bool> IsSelectedAt(IndexPath index);
Public Function IsSelectedAt (index As IndexPath) As Nullable(Of Boolean)

Parameters

index
IndexPath

Returns

Attributes

Applies to