ASPxGridViewContextMenuSettings.FooterMenuItemVisibility Property
Gets visibility settings of the footer context menu items.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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 Web Forms Controls | ASPxGridView |
|
GridViewProperties |
|
|
ASP.NET MVC Extensions | GridViewSettings |
|
MVCxGridViewProperties |
|
Remarks
Use the members provided by the FooterMenuItemVisibility property to specify visibility of footer default context menu items.
See Also