TcxTreeListOptionsView.Footer Property
Specifies the visibility of the footer within the TreeList control.
Declaration
property Footer: Boolean read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
Set this property to False, to hide the footer. In this instance, footer cells are not displayed, however, footer summaries are still calculated.
The default value of the Footer property is False.
See Also