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

TreeListFooterStyle Class

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

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v19.1.dll

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