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