Skip to main content
A newer version of this page is available. .
Tab

GridViewColumn.FooterCellStyle Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public virtual GridViewFooterStyle FooterCellStyle { get; }

Property Value

Type Description
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