Skip to content

Commit

Permalink
Merge pull request #5826 from CollinAlpert/master
Browse files Browse the repository at this point in the history
Make DataGrid.SelectAll() public
  • Loading branch information
danwalmsley authored and grokys committed Apr 27, 2021
1 parent c0d328f commit a388849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Avalonia.Controls.DataGrid/DataGrid.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5357,7 +5357,7 @@ private void ResetFocusedRow()
_focusedRow = null;
}

private void SelectAll()
public void SelectAll()
{
SetRowsSelection(0, SlotCount - 1);
}
Expand Down

0 comments on commit a388849

Please sign in to comment.