Skip to content

FooterRows Property

Description

Returns the collection of the grid footer rows.

Property Type

Read-only property

Syntax (Visual Basic)

Public Property FooterRows() As [GridRows](XtremeGridControl~GridRows.md)

Remarks

This collection only contains GridRow objects in the FooterRows section of the grid. Use this collection to retrieve and access the collection of grid footer rows. Note that the rows collection could be rebuilt automatically when executing the Populate method.

This is a collection of all the GridRow objects that have been added to the GridControl's FooterRows. GridRecord objects are attached to a GridRow object when they are added. That is why there is no add method for rows; it is already done when the GridRecord is added.

See Also


See Also

Grid Control ActiveX Control v24.0


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.