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

ASPxGridViewContextMenuSettings.GroupFooterMenuItemVisibility Property

Gets the visibility settings of the group footer context menu items.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public GridViewGroupFooterMenuItemVisibility GroupFooterMenuItemVisibility { get; }

Property Value

Type Description
GridViewGroupFooterMenuItemVisibility

A GridViewGroupFooterMenuItemVisibility object that contains the visibility settings.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to GroupFooterMenuItemVisibility
ASP.NET Controls and MVC Extensions ASPxGridView
.SettingsContextMenu .GroupFooterMenuItemVisibility
GridViewProperties
.SettingsContextMenu .GroupFooterMenuItemVisibility
ASP.NET Bootstrap Controls BootstrapGridView
.SettingsContextMenu .GroupFooterMenuItemVisibility
ASP.NET MVC Extensions GridViewSettings
.SettingsContextMenu .GroupFooterMenuItemVisibility
GridViewSettings<RowType>
.SettingsContextMenu .GroupFooterMenuItemVisibility
MVCxGridView
.SettingsContextMenu .GroupFooterMenuItemVisibility
MVCxGridViewProperties
.SettingsContextMenu .GroupFooterMenuItemVisibility

Remarks

Use the members provided by the GroupFooterMenuItemVisibility property to specify the visibility of the group footer default context menu items.

See Also