Browse Source

Fixed type name in XML comment.

pull/2461/head
José Pedro 8 years ago
parent
commit
8562270c66
No known key found for this signature in database GPG Key ID: B8247B9301707B83
  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