Back to Devexpress

GridViewColumn.FooterCellStyle Property

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

latest1.7 KB
Original Source

GridViewColumn.FooterCellStyle Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public virtual GridViewFooterStyle FooterCellStyle { get; }
vb
Public Overridable ReadOnly Property FooterCellStyle As GridViewFooterStyle

Property Value

TypeDescription
GridViewFooterStyle

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

|

Remarks

Use the FooterCellStyle property to specify the appearance of footer cells within an individual column. These style settings override the style settings common to all footer cells within a Grid View (GridViewStyles.Footer).

See Also

Styles

Footer

CellStyle

HeaderStyle

Grid View

GridViewColumn Class

GridViewColumn Members

DevExpress.Web Namespace