Intersoft ClientUI Documentation
GetIsFrozen Method
See Also  Send Feedback
Intersoft.Client.UI.Data Namespace > UXGridViewFrozenGrid Class : GetIsFrozen Method






element
The object to get the IsFrozen value from.
Gets a value that indicates whether the grid is frozen.

Syntax

Visual Basic (Declaration) 
Public Shared Function GetIsFrozen( _
   ByVal element As DependencyObject _
) As Boolean
Visual Basic (Usage)Copy Code
Dim element As DependencyObject
Dim value As Boolean
 
value = UXGridViewFrozenGrid.GetIsFrozen(element)
C# 
public static bool GetIsFrozen( 
   DependencyObject element
)
Delphi 
public function GetIsFrozen( 
    element: DependencyObject
): Boolean; static; 
JScript 
public static function GetIsFrozen( 
   element : DependencyObject
) : boolean;
Managed Extensions for C++ 
public: static bool GetIsFrozen( 
   DependencyObject* element
) 
C++/CLI 
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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.