GridViewGroupFooterMode Enum
In This Article
Lists values that specify when the GridView displays group footers.
Namespace: DevExpress.AspNetCore
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#Declaration
#Members
Name | Description |
---|---|
Hidden | Group footers are hidden. |
Visible |
Group footers are displayed only for expanded group rows. |
Visible |
Group footers are always displayed. |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also