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