Back to Devexpress

TreeListHeaderStyle Class

aspnet-devexpress-dot-web-dot-aspxtreelist-e649a58b.md

latest2.1 KB
Original Source

TreeListHeaderStyle Class

Provides the style settings used to paint column headers.

Namespace : DevExpress.Web.ASPxTreeList

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class TreeListHeaderStyle :
    AppearanceStyleBase
vb
Public Class TreeListHeaderStyle
    Inherits AppearanceStyleBase

The following members return TreeListHeaderStyle objects:

Remarks

These settings can be accessed using the TreeListStyles.Header and TreeListColumn.HeaderStyle properties.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase TreeListHeaderStyle

See Also

TreeListHeaderStyle Members

Tree List

DevExpress.Web.ASPxTreeList Namespace