ComponentOne List 8.0 for ActiveX
Column footers

Just as the ColumnHeaders property controls the display of column captions, the ColumnFooters property controls the display of the column footer row. Column footers, which are similar in appearance to column headers, are always displayed at the bottom of the list, even if it is underpopulated.

For each Column object, the FooterText property determines the text that is displayed within the footer row. You can set the footer text at design time using the Columns property page, or at run time by manipulating the Columns collection in code, as in the following example:

Example Title
Copy Code
TDBList1.Columns(0).FooterText = "Footer0"

TDBList1.Columns(1).FooterText = "Footer1"

Unlike the Caption property, the FooterText property is not set automatically from a bound data source, so you will have to set it yourself.

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback