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

GridViewGroupFooterMode Enum

Lists values that specify when the ASPxGridView displays group footers.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

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.

Related API Members

The following properties accept/return GridViewGroupFooterMode values:

See Also