Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Miller committed Dec 29, 2023
1 parent 80c3122 commit 4fdda75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Maui.DataGrid/DataGrid.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ private void SortAndPaginate(SortData? sortData = null)
});

/// <summary>
/// Gets or sets the ItemsSource for the DataGrid.
/// Gets or sets the page count for the DataGrid.
/// </summary>
public static readonly BindableProperty PageCountProperty =
BindablePropertyExtensions.Create<DataGrid, int>(1,
Expand Down

0 comments on commit 4fdda75

Please sign in to comment.