Back to Devexpress

GridViewBase.IsGroupFooterMenuEnabled Property

wpf-devexpress-dot-xpf-dot-grid-dot-gridviewbase-e4b91e62.md

latest1.6 KB
Original Source

GridViewBase.IsGroupFooterMenuEnabled Property

Gets or sets whether an end user can right-click the Group Footer to access its context menu. This is a dependency property.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Property Value

TypeDescription
Boolean

true, to enable a group footer context menu; otherwise, false.

|

Remarks

The following image shows the Group Footer‘s context menu:

Refer to the Context Menus topic for more information.

See Also

GridViewBase Class

GridViewBase Members

DevExpress.Xpf.Grid Namespace