Back to Devexpress

TreeListColumn.FooterCellStyle Property

aspnet-devexpress-dot-web-dot-aspxtreelist-dot-treelistcolumn-17b44c72.md

latest1.7 KB
Original Source

TreeListColumn.FooterCellStyle Property

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

Namespace : DevExpress.Web.ASPxTreeList

Assembly : DevExpress.Web.ASPxTreeList.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public TreeListCellStyle FooterCellStyle { get; }
vb
Public ReadOnly Property FooterCellStyle As TreeListCellStyle

Property Value

TypeDescription
TreeListCellStyle

A TreeListCellStyle 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 the ASPxGridView control (TreeListStyles.Footer).

See Also

GroupFooterCellStyle

Tree List

TreeListColumn Class

TreeListColumn Members

DevExpress.Web.ASPxTreeList Namespace