Skip to main content

TreeListColumn.CellStyle Property

Gets the style settings used to paint column cells.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public TreeListCellStyle CellStyle { get; }

Property Value

Type Description
TreeListCellStyle

A TreeListCellStyle object that contains the style settings used to paint column cells.

Remarks

Use the CellStyle property to specify the appearance of cells within an individual column. These style settings override the style settings common to all cells within an ASPxTreeList control (TreeListStyles.Node).

See Also