DataGridSortDescription.

FromPath(string, bool, CultureInfo) Method

Namespace
Avalonia.Collections
Containing Type
DataGridSortDescription

Syntax

[Obsolete("Use overload taking a ListSortDirection.")]
public static DataGridSortDescription FromPath(string propertyPath, bool descending, CultureInfo culture = null)

Attributes

Type Description
ObsoleteAttribute

Parameters

Name Type Description
propertyPath string
descending bool
culture CultureInfo

Return Value

Type Description
DataGridSortDescription