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

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:

Object Type Path to GroupFooterMenuItemVisibility
ASPxGridView
.SettingsContextMenu.GroupFooterMenuItemVisibility
GridViewProperties
.SettingsContextMenu.GroupFooterMenuItemVisibility
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