ComponentOne True DBGrid Pro 8
FootLines Property

FootLines Property

This property returns or sets a value indicating the number of lines of text displayed in a TDBGrid or TDBDropDown control's column footers.

Syntax

object.FootLines= single

Remarks

Read/Write at run time and design time.

The FootLines property accepts a floating point number from 0 to 10. The default value is 1, which causes the grid to display the FooterText value for each Column object on a single line within its footer area, provided that ColumnFooters is True.

A setting of 0 removes the footings and has the same effect as setting the ColumnFooters property to False.

Note

You must set the FooterText property explicitly. Unlike the Caption property, it does not derive a default value from the name of the underlying database field.

See Also

TDBGrid Control

TDBDropDown Control

 

 


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

Product Support Forum  |  Documentation Feedback