TcxTreeListColumnOptions.Footer Property
Specifies whether footer cells are displayed for the column.
Declaration
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