Skip to content

Commit a388849

Browse files
danwalmsleygrokys
authored andcommitted
Merge pull request #5826 from CollinAlpert/master
Make DataGrid.SelectAll() public
1 parent c0d328f commit a388849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Avalonia.Controls.DataGrid/DataGrid.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5357,7 +5357,7 @@ private void ResetFocusedRow()
53575357
_focusedRow = null;
53585358
}
53595359

5360-
private void SelectAll()
5360+
public void SelectAll()
53615361
{
53625362
SetRowsSelection(0, SlotCount - 1);
53635363
}

0 commit comments

Comments
 (0)