aspnet-devexpress-dot-web-dot-aspxgridviewcontextmenusettings-1b975431.md
Gets the visibility settings of the group footer context menu items.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public GridViewGroupFooterMenuItemVisibility GroupFooterMenuItemVisibility { get; }
Public ReadOnly Property GroupFooterMenuItemVisibility As GridViewGroupFooterMenuItemVisibility
| Type | Description |
|---|---|
| GridViewGroupFooterMenuItemVisibility |
A GridViewGroupFooterMenuItemVisibility object that contains the visibility settings.
|
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
|
Use the members provided by the GroupFooterMenuItemVisibility property to specify the visibility of the group footer default context menu items.
See Also
Online Demo: Grid - Context Menu
ASPxGridViewContextMenuSettings Class