Intersoft ClientUI Documentation
RowGroupHeaderTemplate Property (UXGridViewRowGroupHeader)



Gets or sets the template used when rendering the row group header element.
Syntax
Public Property RowGroupHeaderTemplate As DataTemplate
Dim instance As UXGridViewRowGroupHeader
Dim value As DataTemplate
 
instance.RowGroupHeaderTemplate = value
 
value = instance.RowGroupHeaderTemplate
public DataTemplate RowGroupHeaderTemplate {get; set;}
public:
property DataTemplate^ RowGroupHeaderTemplate {
   DataTemplate^ get();
   void set (    DataTemplate^ value);
}
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

UXGridViewRowGroupHeader Class
UXGridViewRowGroupHeader Members

Send Feedback