Skip to content

FooterRecords Property

Description

Returns the collection of the footer records.

Property Type

Read-only property

Syntax (Visual Basic)

Public Property FooterRecords() As [GridRecords](XtremeGridControl~GridRecords.md)

Remarks

This collection only contains GridRecord objects that are in the FooterRows section of the grid.

Use this collection if you want to retrieve and access the collection of grid footer records. You may then perform standard operations on the collection like adding, removing, etc.

This is a collection of all the GridRecord objects that have been added to the footer rows of the GridControl. 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


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