Intersoft ClientUI Documentation
GetEnableViewSorting Method



The target element.
Gets the value of the EnableViewSorting attached property.
Syntax
Public Shared Function GetEnableViewSorting( _
   ByVal obj As DependencyObject _
) As Boolean
Dim obj As DependencyObject
Dim value As Boolean
 
value = Region.GetEnableViewSorting(obj)
public static bool GetEnableViewSorting( 
   DependencyObject obj
)
public:
static bool GetEnableViewSorting( 
   DependencyObject^ obj
) 

Parameters

obj
The target element.

Return Value

A boolean value indicating whether the target element allows view sorting.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Region Class
Region Members

Send Feedback