Back to Devexpress

GridViewColumn.GroupFooterCellStyle Property

aspnet-devexpress-dot-web-dot-gridviewcolumn-fd13fc52.md

latest1.6 KB
Original Source

GridViewColumn.GroupFooterCellStyle Property

Gets the style settings used to paint group footer cells within a column.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public virtual GridViewGroupFooterStyle GroupFooterCellStyle { get; }
vb
Public Overridable ReadOnly Property GroupFooterCellStyle As GridViewGroupFooterStyle

Property Value

TypeDescription
GridViewGroupFooterStyle

A GridViewGroupFooterStyle object that contains the style settings used to paint group footer cells.

|

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

GroupFooter

Grid View

GridViewColumn Class

GridViewColumn Members

DevExpress.Web Namespace