TreeListStyles.GroupFooter Property
In This Article
Gets the style settings used to paint group footers.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Description |
---|---|
Tree |
A Tree |
#Remarks
To provide custom style settings used to paint footer cells in individual columns, use the column’s TreeListColumn.GroupFooterCellStyle property.
See Also