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

ASPxGridViewContextMenuSettings.FooterMenuItemVisibility Property

Gets visibility settings of the footer context menu items.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

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:

Object Type Path to FooterMenuItemVisibility
ASPxGridView
.SettingsContextMenu.FooterMenuItemVisibility
GridViewProperties
.SettingsContextMenu.FooterMenuItemVisibility
GridViewSettings
.SettingsContextMenu.FooterMenuItemVisibility
GridViewSettings<RowType>
.SettingsContextMenu.FooterMenuItemVisibility
MVCxGridView
.SettingsContextMenu.FooterMenuItemVisibility
MVCxGridViewProperties
.SettingsContextMenu.FooterMenuItemVisibility

Remarks

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

See Also