Skip to main content
Tab

ASPxGridViewContextMenuSettings.GroupFooterMenuItemVisibility Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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 MVC Extensions GridViewSettings
.SettingsContextMenu .GroupFooterMenuItemVisibility
MVCxGridViewProperties
.SettingsContextMenu .GroupFooterMenuItemVisibility
ASP.NET Web Forms Controls ASPxGridView
.SettingsContextMenu .GroupFooterMenuItemVisibility
GridViewProperties
.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