ASPxGridViewSettings.ShowGroupFooter Property
Gets or sets a value that specifies the ASPxGridView group footers visibility.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
GridViewGroupFooterMode | Hidden | A GridViewGroupFooterMode enumeration value that specifies the group footer’s visibility mode. |
Available values:
Name | Description |
---|---|
Hidden | Group footers are hidden. |
VisibleIfExpanded | Group footers are displayed only for expanded group rows. |
VisibleAlways | Group footers are always displayed. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to ShowGroupFooter |
---|---|
ASPxGridView |
|
GridViewProperties |
|
Remarks
To learn more, see Grouping.
Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the ShowGroupFooter property.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.