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

GridViewBase.IsGroupFooterMenuEnabled Property

Gets or sets whether the group footer context menu is shown when an end-user right-clicks within the Group Footer. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v19.1.dll

Declaration

public bool IsGroupFooterMenuEnabled { get; set; }

Property Value

Type Description
Boolean

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

Remarks

To learn more, see Context Menus.

See Also