Xceed Grid for WinForms v4.3 Documentation
FixedFooterRows Property


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

Property Value

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

The fixed footer rows are the rows found in the non-scrollable footer section of the grid. This section will not 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