Footer Context Menu
Footer context menus enable end-users to specify or change the type of summary calculated for a column. This menu can be invoked by clicking a footer cell in the group footer or summary footer panels. The following image shows the context menu invoked for the summary and group footer cells.
The table below lists the main properties affecting the element’s appearance:
Availability | The TreeListOptionsMenu.EnableFooterMenu option. |
Contents | Handle the TreeList.PopupMenuShowing event to add or remove menu items. |
Behavior | Handle the TreeList.TreeListMenuItemClick event to implement custom behavior for menu items. |
See Also