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

TreeListCellStyle Class

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

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v20.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