Class SortWiseDataGrid
Inheritance
Object
SortWiseDataGrid
Assembly: Sdl.Desktop.Platform.Controls.dll
public class SortWiseDataGrid : DataGrid
Constructors
Declaration
public SortWiseDataGrid()
Properties
Declaration
public string DefaultColumnName { get; set; }
Property Value
Declaration
public ListSortDirection DefaultSortDirection { get; set; }
Property Value
| Type |
Description |
| ListSortDirection |
|
Methods
Declaration
protected override void OnItemsSourceChanged(IEnumerable oldValue, IEnumerable newValue)
Parameters
| Type |
Name |
Description |
| IEnumerable |
oldValue |
|
| IEnumerable |
newValue |
|
Declaration
protected override void OnSorting(DataGridSortingEventArgs eventArgs)
Parameters
| Type |
Name |
Description |
| DataGridSortingEventArgs |
eventArgs |
|
Extension Methods