Browse Source

Merge remote-tracking branch 'origin/master' into features/managed-notifications

pull/2453/head
Dan Walmsley 7 years ago
parent
commit
f9f89cce54
  1. 4
      src/Avalonia.Controls.DataGrid/Collections/DataGridCollectionView.cs

4
src/Avalonia.Controls.DataGrid/Collections/DataGridCollectionView.cs

@ -927,7 +927,7 @@ namespace Avalonia.Collections
/// <remarks>
/// <p>
/// Clear a sort criteria by assigning SortDescription.Empty to this property.
/// One or more sort criteria in form of <seealso cref="SortDescription"/>
/// One or more sort criteria in form of <seealso cref="DataGridSortDescription"/>
/// can be used, each specifying a property and direction to sort by.
/// </p>
/// </remarks>
@ -4312,4 +4312,4 @@ namespace Avalonia.Collections
}
}
}
}
}

Loading…
Cancel
Save