GridViewColumn.GroupFooterCellStyle Property
In This Article
Gets the style settings used to paint group footer cells within a column.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Description |
---|---|
Grid |
A Grid |
#Remarks
Use the GroupFooterCellStyle property to specify the appearance of group footer cells within an individual column. These style settings override the style settings common to all group footer cells within a grid (GridViewStyles.GroupFooter).
See Also