Back to Devexpress

TreeListCellStyle Class

aspnet-devexpress-dot-web-dot-aspxtreelist-677e4cbf.md

latest4.6 KB
Original Source

TreeListCellStyle Class

Provides the style settings used to paint data cells and footer cells.

Namespace : DevExpress.Web.ASPxTreeList

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class TreeListCellStyle :
    AppearanceStyle
vb
Public Class TreeListCellStyle
    Inherits AppearanceStyle

The following members return TreeListCellStyle objects:

Show 24 links

Remarks

These settings can be accessed using the TreeListStyles.Cell, TreeListColumn.CellStyle, TreeListStyles.FooterCell, TreeListStyles.GroupFooterCell properties.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceStyle TreeListCellStyle

See Also

TreeListCellStyle Members

Tree List

DevExpress.Web.ASPxTreeList Namespace