IsSelected(IndexPath) Method

Definition

Assembly Avalonia.Controls.TreeDataGrid.dll

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.