Back to Devexpress

TreeListMenuType Enum

windowsforms-devexpress-dot-xtratreelist-dot-menu.md

latest2.5 KB
Original Source

TreeListMenuType Enum

Enumerates values that specify context menu types in the TreeList control.

Namespace : DevExpress.XtraTreeList.Menu

Assembly : DevExpress.XtraTreeList.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

csharp
public enum TreeListMenuType
vb
Public Enum TreeListMenuType

Members

NameDescription
User

Corresponds to the user defined context menu.

| | Summary |

The context menu invoked with a right click on a group summary or total summary.

| | Column |

The context menu invoked with a right click on a column header.

| | Node |

The context menu invoked with a right click on a node.

| | AutoFilter |

The menu that allows the user to select a condition in the automatic filtering row.

|

The following properties accept/return TreeListMenuType values:

Remarks

The TreeListMenuType type is used to set the following properties:

See Also

TreeListMenuItemClick

TreeListMenuItemClickEventArgs

PopupMenuShowing

DevExpress.XtraTreeList.Menu Namespace