Footer
The footer is a non-scrollable area displayed at the bottom of the TreeList control. Commonly, footer cells are used to display total summaries. Additionally, you can display any custom information within the footer or its cells.
The table below lists the main properties that relate to the footer.
Visibility | The TreeList control’s OptionsView.Footer property. Users can change the visibility of the footer via the column header context menu. |
Appearance | The TreeList control’s Styles.Footer property. Use a band’s Styles.Footer property to specify style settings for the band’s footer. |
Custom Draw Event | The TreeList control’s OnCustomDrawBandCell event. |
Contents | The TreeList control’s Summary.FooterSummaryItems property or a column’s Summary.FooterSummaryItems property. Users can customize footer summary options via the footer context menu. |
Context Menu | Refer to the Footer Context Menu topic. |
HitTest Information | The TreeList control’s HitTest.HitAtFooter property. |