GridSortInfo.GetActualDirection(AllowedSortOrders, ListSortDirection) Method
For internal use only.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.1.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
public static ListSortDirection GetActualDirection(
AllowedSortOrders allowedDirections,
ListSortDirection defaultDirection
)
Parameters
Name | Type |
---|---|
allowedDirections | AllowedSortOrders |
defaultDirection | ListSortDirection |
Returns
Type |
---|
ListSortDirection |
Remarks
This member supports the internal infrastructure, and is not intended to be used directly from your code.
See Also