Intersoft ClientUI Documentation
GetIsFrozen Method



The object to get the IsFrozen value from.
Gets a value that indicates whether the grid is frozen.
Syntax
Public Shared Function GetIsFrozen( _
   ByVal element As DependencyObject _
) As Boolean
Dim element As DependencyObject
Dim value As Boolean
 
value = UXGridViewFrozenGrid.GetIsFrozen(element)
public static bool GetIsFrozen( 
   DependencyObject element
)
public:
static bool GetIsFrozen( 
   DependencyObject^ element
) 

Parameters

element
The object to get the IsFrozen value from.

Return Value

true if the grid is frozen; otherwise, false. The default is true.
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

UXGridViewFrozenGrid Class
UXGridViewFrozenGrid Members

Send Feedback