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.v19.1.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.

Related API Members

The following properties accept/return GridViewGroupFooterMode values:

Remarks

The values listed by this enumeration are used to set the ASPxGridViewSettings.ShowGroupFooter property.

See Also