Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.