Skip to main content

TreeListFooterStyle Class

Provides the style settings used to paint the Footer and Group Footer.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public class TreeListFooterStyle :
    TreeListNodeStyle

The following members return TreeListFooterStyle objects:

Remarks

These settings can be accessed using the TreeListStyles.Footer and TreeListStyles.GroupFooter properties.

See Also