Skip to main content
Tab

ASPxGridViewContextMenuSettings.FooterMenuItemVisibility Property

Gets visibility settings of the footer context menu items.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public GridViewFooterMenuItemVisibility FooterMenuItemVisibility { get; }

Property Value

Type Description
GridViewFooterMenuItemVisibility

A GridViewFooterMenuItemVisibility object that contains visibility settings.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to FooterMenuItemVisibility
ASP.NET MVC Extensions GridViewSettings
.SettingsContextMenu .FooterMenuItemVisibility
MVCxGridViewProperties
.SettingsContextMenu .FooterMenuItemVisibility
ASP.NET Web Forms Controls ASPxGridView
.SettingsContextMenu .FooterMenuItemVisibility
GridViewProperties
.SettingsContextMenu .FooterMenuItemVisibility

Remarks

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

See Also