-
Home
-
API
-
Avalonia.Controls.Selection
-
ITreeSelectionModel
-
Methods
-
IsSelected(IndexPath)
IsSelected(IndexPath) Method
Definition
Queries whether an item is currently selected.
bool IsSelected(IndexPath index)
Parameters
- index
- IndexPath
The index of the item in the source data.
Returns
- Boolean
- True if the item is selected; otherwise false.