Xceed Grid for WinForms v4.3 Documentation
FooterRows Property (GridControl)


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace > GridControl Class : FooterRows Property
Gets a list of all the non-fixed footer rows of the grid.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
Public ReadOnly Property FooterRows As RowList
'Usage
 
Dim instance As GridControl
Dim value As RowList
 
value = instance.FooterRows
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
public RowList FooterRows {get;}

Property Value

A reference to a Xceed.Grid.Collections.RowList object containing a list of all the non-fixed footer rows of the grid.
Remarks

The footer rows are the rows found in the footer section of the grid, after the data rows and groups, and that scroll with the grid body.

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

GridControl Class
GridControl Members