Class SortWiseDataGrid
Inheritance
SortWiseDataGrid
Implements
Inherited Members
Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsControls
Assembly: Sdl.Desktop.Platform.Controls.dll
Syntax
public class SortWiseDataGrid : DataGrid, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IContainItemStorage
Constructors
SortWiseDataGrid()
Declaration
public SortWiseDataGrid()
Properties
DefaultColumnName
Declaration
public string DefaultColumnName { get; set; }
Property Value
Type | Description |
---|---|
string |
DefaultSortDirection
Declaration
public ListSortDirection DefaultSortDirection { get; set; }
Property Value
Type | Description |
---|---|
ListSortDirection |
Methods
OnItemsSourceChanged(IEnumerable, IEnumerable)
Declaration
protected override void OnItemsSourceChanged(IEnumerable oldValue, IEnumerable newValue)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable | oldValue | |
IEnumerable | newValue |
Overrides
OnSorting(DataGridSortingEventArgs)
Declaration
protected override void OnSorting(DataGridSortingEventArgs eventArgs)
Parameters
Type | Name | Description |
---|---|---|
DataGridSortingEventArgs | eventArgs |