Intersoft ClientUI Documentation
AreRowGroupHeadersFrozen Property
See Also  Send Feedback
Intersoft.Client.UI.Data Namespace > UXGridView Class : AreRowGroupHeadersFrozen Property






Gets or sets a value that indicates whether the row group header sections remain fixed at the width of the display area or can scroll horizontally.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Data Grouping")>
Public Property AreRowGroupHeadersFrozen As Boolean
Visual Basic (Usage)Copy Code
Dim instance As UXGridView
Dim value As Boolean
 
instance.AreRowGroupHeadersFrozen = value
 
value = instance.AreRowGroupHeadersFrozen
C# 
[CategoryAttribute("Data Grouping")]
public bool AreRowGroupHeadersFrozen {get; set;}
Delphi 
public read-write property AreRowGroupHeadersFrozen: Boolean; 
JScript 
CategoryAttribute("Data Grouping")
public function get,set AreRowGroupHeadersFrozen : boolean
Managed Extensions for C++ 
[CategoryAttribute("Data Grouping")]
public: __property bool get_AreRowGroupHeadersFrozen();
public: __property void set_AreRowGroupHeadersFrozen( 
   bool value
);
C++/CLI 
[CategoryAttribute("Data Grouping")]
public:
property bool AreRowGroupHeadersFrozen {
   bool get();
   void set (    bool value);
}

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.