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

TreeListMenuItemClickEventArgs.Column Property

Gets the column against whose header or footer the context menu has been activated.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.1.dll

Declaration

public TreeListColumn Column { get; }

Property Value

Type Description
TreeListColumn

A TreeListColumn object representing the column for which the context menu has been activated.

Remarks

Context menus can be activated either in a column header, row footer cell or summary footer cell. The Column property allows you to identify the column whose header or footer cell has been right-clicked in order to invoke the context menu. Use the Allow property to display context menus for desired columns only.

See Also