Skip to content

ShowFooter Property

Description

Shows/Hides the grid column footer.

Property Type

Read-write property

Syntax (Visual Basic)

Public Property ShowFooter() As Boolean

Remarks

The column footer is similar to the column header except that it is displayed at the bottom of the column. Text can be placed in the footer for each column. This can be used to display data such as column totals. The FooterText property is used to set the text for each column's footer.

Footer Example

See Also


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