TreeListColumn.FooterCellStyle Property
In This Article
Gets the style settings used to paint footer cells within a column.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Description |
---|---|
Tree |
A Tree |
#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