Skip to main content

TreeListCellStyle Class

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

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public class TreeListCellStyle :
    AppearanceStyle

Remarks

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

See Also