- Namespace
- Avalonia
.Collections - Base Types
-
- object
- Derived Types
graph BT
Type-->Base0["object"]
Type["DataGridSortDescription"]
class Type type-node
Derived0["DataGridComparerSortDesctiption"]-->Type
click Derived0 "/api/Avalonia.Collections/DataGridComparerSortDesctiption"
Syntax
public abstract class DataGridSortDescription
Properties
Name | Value | Summary |
---|---|---|
Comparer | IComparer |
|
Descending | bool | |
Direction | ListSortDirection | |
HasPropertyPath | bool | |
PropertyPath | string |
Methods
Name | Value | Summary |
---|---|---|
FromComparer |
Data |
static
|
FromPath |
Data |
static
|
FromPath |
Data |
static
|
FromPath |
Data |
static
|
OrderBy |
IOrderedEnumerable |
|
SwitchSortDirection |
Data |
|
ThenBy |
IOrderedEnumerable |