Skip to main content
A newer version of this page is available. .

GridSortInfo.GetActualDirection(AllowedSortOrders, ListSortDirection) Method

For internal use only.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v18.2.Core.dll

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