CommitDeselect(Int32, Int32) Method

Definition

Assembly Avalonia.Controls.TreeDataGrid.dll

If RangesEnabled, removes the specified range from the selection.

protected int CommitDeselect(int begin, int end)

Parameters

begin
Int32

The inclusive index of the start of the range to deselect.

end
Int32

The inclusive index of the end of the range to deselect.

Returns

Int32
The number of items selected.