Skip to main content

DataViewBase.IsColumnMenuEnabled Property

Gets or sets whether the column context menu is shown when an end-user right-clicks a column's header.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll

#Declaration

[XtraSerializableProperty]
public bool IsColumnMenuEnabled { get; set; }

#Property Value

Type Description
Boolean

true to enable the column context menu; otherwise, false.

#Remarks

To learn more, see Context Menus.

See Also