Skip to main content
A newer version of this page is available. .

TreeListMenuType Enum

Contains values identifying menu types available in the TreeList control.

Namespace: DevExpress.XtraTreeList.Menu

Assembly: DevExpress.XtraTreeList.v18.2.dll

Declaration

public enum TreeListMenuType

Members

Name Description
User

Corresponds to the user defined context menu.

Summary

Identifies the summary footer or row footer context menu.

Column

Identifies the column header context menu.

Node

Identifies a menu for a Tree List node. By default, the menu is empty. Use the TreeList.PopupMenuShowing event to add items to the menu.

AutoFilter

Corresponds to the menu of an auto filter row‘s condition selector.

Related API Members

The following properties accept/return TreeListMenuType values:

Remarks

Values listed in this enumeration are used to set the TreeListMenuItemClickEventArgs.MenuType property value. TreeListMenuItemClickEventArgs objects are transmitted to TreeList.TreeListMenuItemClick event handlers as parameters.

See Also