Intersoft ClientUI Documentation
SetIsFrozen Method



The object to set the IsFrozen value on.
true if element is frozen; otherwise, false.
Sets a value that indicates whether the grid is frozen.
Syntax
Public Shared Sub SetIsFrozen( _
   ByVal element As DependencyObject, _
   ByVal value As Boolean _
) 
Dim element As DependencyObject
Dim value As Boolean
 
UXGridViewFrozenGrid.SetIsFrozen(element, value)
public static void SetIsFrozen( 
   DependencyObject element,
   bool value
)
public:
static void SetIsFrozen( 
   DependencyObject^ element,
   bool value
) 

Parameters

element
The object to set the IsFrozen value on.
value
true if element is frozen; otherwise, false.
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