Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public bool IsGroupFooterMenuEnabled { get; set; }

Property Value

Type Description
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