Intersoft ClientUI Documentation
GenerateFooterElement Method



The cell that will contain the generated element.
The collection view group represented by this footer element.
When overridden in a derived class, gets a footer element of this column.
Syntax
Protected Overridable Function GenerateFooterElement( _
   ByVal cell As UXGridViewCell, _
   ByVal collectionViewGroup As CollectionViewGroup _
) As FrameworkElement
Dim instance As UXGridViewColumn
Dim cell As UXGridViewCell
Dim collectionViewGroup As CollectionViewGroup
Dim value As FrameworkElement
 
value = instance.GenerateFooterElement(cell, collectionViewGroup)
protected virtual FrameworkElement GenerateFooterElement( 
   UXGridViewCell cell,
   CollectionViewGroup collectionViewGroup
)
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 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

UXGridViewColumn Class
UXGridViewColumn Members

Send Feedback