Skip to main content

GridViewGroupFooterMode Enum

Lists values that specify when the GridView displays group footers.

Namespace: DevExpress.AspNetCore

Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll

Declaration

public enum GridViewGroupFooterMode

Members

Name Description
Hidden

Group footers are hidden.

VisibleIfExpanded

Group footers are displayed only for expanded group rows.

VisibleAlways

Group footers are always displayed.

Remarks

IMPORTANT

Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.

See Also