Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 602 Bytes

iselectioninfo_isselected_38236152.md

File metadata and controls

28 lines (18 loc) · 602 Bytes
-api-id -api-type
M:Windows.UI.Xaml.Data.ISelectionInfo.IsSelected(System.Int32)
winrt method

Windows.UI.Xaml.Data.ISelectionInfo.IsSelected

-description

Provides info about whether the item in the data source at the specified index is selected in the list control.

-parameters

-param index

The index of an item in the data source.

-returns

true if the item in the data source at the specified index is selected in the list control; otherwise, false.

-remarks

-examples

-see-also