Back to Devexpress

TreeListFooterStyle Class

aspnet-devexpress-dot-web-dot-aspxtreelist-36fb8567.md

latest2.2 KB
Original Source

TreeListFooterStyle Class

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

Namespace : DevExpress.Web.ASPxTreeList

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class TreeListFooterStyle :
    TreeListNodeStyle
vb
Public Class TreeListFooterStyle
    Inherits TreeListNodeStyle

The following members return TreeListFooterStyle objects:

Remarks

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

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase TreeListNodeStyle TreeListFooterStyle

See Also

TreeListFooterStyle Members

Tree List

DevExpress.Web.ASPxTreeList Namespace