Intersoft ClientUI Documentation
RowGroupHeader Property



Gets the RowGroupHeader that is being loaded or unloaded.
Syntax
Public ReadOnly Property RowGroupHeader As UXGridViewRowGroupHeader
Dim instance As UXGridViewRowGroupHeaderEventArgs
Dim value As UXGridViewRowGroupHeader
 
value = instance.RowGroupHeader
public UXGridViewRowGroupHeader RowGroupHeader {get;}
public:
property UXGridViewRowGroupHeader^ RowGroupHeader {
   UXGridViewRowGroupHeader^ get();
}

Property Value

The RowGroupHeader that is being loaded or unloaded.
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

UXGridViewRowGroupHeaderEventArgs Class
UXGridViewRowGroupHeaderEventArgs Members

Send Feedback