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

TreeListOptionsMenu.EnableColumnMenu Property

Gets or sets whether end-users can invoke the column header context menu.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.1.dll

Declaration

[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool EnableColumnMenu { get; set; }

Property Value

Type Default Description
Boolean **true**

true if end-users can right-click column headers to invoke their context menus; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to EnableColumnMenu
WinForms Controls ResourcesTree
.OptionsMenu.EnableColumnMenu
TreeList
.OptionsMenu.EnableColumnMenu
Reporting XRDesignFieldList
.OptionsMenu.EnableColumnMenu
XRDesignReportExplorer
.OptionsMenu.EnableColumnMenu
See Also