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

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

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