TcxTreeListColumnOptions.Footer Property
In This Article
Specifies whether footer cells are displayed for the column.
#Declaration
Delphi
property Footer: Boolean read; write; default True;
#Property Value
Type | Default |
---|---|
Boolean | True |
#Remarks
Set this property to True to display footer cells for the column within the TreeList control’s footer.
The default value of the Footer property is True.
See Also