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






Gets or sets the template that is used when rendering row group footer cells in the column.

Syntax

Visual Basic (Declaration) 
Public Property RowGroupFooterCellTemplate As DataTemplate
Visual Basic (Usage)Copy Code
Dim instance As UXGridViewColumn
Dim value As DataTemplate
 
instance.RowGroupFooterCellTemplate = value
 
value = instance.RowGroupFooterCellTemplate
C# 
public DataTemplate RowGroupFooterCellTemplate {get; set;}
Delphi 
public read-write property RowGroupFooterCellTemplate: DataTemplate; 
JScript 
public function get,set RowGroupFooterCellTemplate : DataTemplate
Managed Extensions for C++ 
public: __property DataTemplate* get_RowGroupFooterCellTemplate();
public: __property void set_RowGroupFooterCellTemplate( 
   DataTemplate* value
);
C++/CLI 
public:
property DataTemplate^ RowGroupFooterCellTemplate {
   DataTemplate^ get();
   void set (    DataTemplate^ 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.