Update GridEntryBindingList to behave move like Chardonnay
This commit is contained in:
parent
6110b08d16
commit
6800986f25
3 changed files with 120 additions and 100 deletions
12
Source/LibationWinForms/GridView/RowComparer.cs
Normal file
12
Source/LibationWinForms/GridView/RowComparer.cs
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
using LibationUiBase.GridView;
|
||||
using System.ComponentModel;
|
||||
|
||||
namespace LibationWinForms.GridView
|
||||
{
|
||||
internal class RowComparer : RowComparerBase
|
||||
{
|
||||
public ListSortDirection? SortOrder { get; set; }
|
||||
public override string PropertyName { get; set; }
|
||||
protected override ListSortDirection? GetSortOrder() => SortOrder;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue