Back to Devexpress

DataViewBase.IsColumnMenuEnabled Property

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewbase-20d0a10e.md

latest1.5 KB
Original Source

DataViewBase.IsColumnMenuEnabled Property

Gets or sets whether an end user can right-click a column header to access its context menu.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public bool IsColumnMenuEnabled { get; set; }
vb
Public Property IsColumnMenuEnabled As Boolean

Property Value

TypeDescription
Boolean

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

|

Remarks

The following image shows the column header‘s context menu:

See Also

Context Menus

DataViewBase Class

DataViewBase Members

DevExpress.Xpf.Grid Namespace