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






cell
The cell that will contain the generated element.
collectionViewGroup
The collection view group represented by this footer element.
When overridden in a derived class, gets a footer element of this column.

Syntax

Visual Basic (Declaration) 
Protected Overridable Function GenerateFooterElement( _
   ByVal cell As UXGridViewCell, _
   ByVal collectionViewGroup As CollectionViewGroup _
) As FrameworkElement
Visual Basic (Usage)Copy Code
Dim instance As UXGridViewColumn
Dim cell As UXGridViewCell
Dim collectionViewGroup As CollectionViewGroup
Dim value As FrameworkElement
 
value = instance.GenerateFooterElement(cell, collectionViewGroup)
C# 
protected virtual FrameworkElement GenerateFooterElement( 
   UXGridViewCell cell,
   CollectionViewGroup collectionViewGroup
)
Delphi 
protected function GenerateFooterElement( 
    cell: UXGridViewCell;
    collectionViewGroup: CollectionViewGroup
): FrameworkElement; virtual; 
JScript 
protected function GenerateFooterElement( 
   cell : UXGridViewCell,
   collectionViewGroup : CollectionViewGroup
) : FrameworkElement;
Managed Extensions for C++ 
protected: virtual FrameworkElement* GenerateFooterElement( 
   UXGridViewCell* cell,
   CollectionViewGroup* collectionViewGroup
) 
C++/CLI 
protected:
virtual FrameworkElement^ GenerateFooterElement( 
   UXGridViewCell^ cell,
   CollectionViewGroup^ collectionViewGroup
) 

Parameters

cell
The cell that will contain the generated element.
collectionViewGroup
The collection view group represented by this footer element.

Return Value

A new, footer element.

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.