CollectionViewSourceBehavior..::..GetIsAscending Method

Gets if the source is in the ascending sort direction.

Namespace:  Wpf.NotificationCenter.Behaviors
Assembly:  Wpf.NotificationCenter (in Wpf.NotificationCenter.dll)

Syntax


public static Object GetIsAscending(
	FrameworkElement element
)
Public Shared Function GetIsAscending ( _
	element As FrameworkElement _
) As Object
public:
static Object^ GetIsAscending(
	FrameworkElement^ element
)

Parameters

element
Type: FrameworkElement
The element.

Return Value

System ofObject of the is ascending.