Torna al Thread

protected override void ApplySortCore(PropertyDescriptor property, ListSortDirection direction) { List<T> items = this.Items as List<T>; if (items != null) { m_Direction = direction; m_SortProperty = property; items.Sort(new Comparison<T>(confronto)); } }
Copyright © dotNetHell.it 2002-2024
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5