Back to Devexpress

TreeListColumn.CellStyle Property

aspnet-devexpress-dot-web-dot-aspxtreelist-dot-treelistcolumn-4daa7ed0.md

latest1.6 KB
Original Source

TreeListColumn.CellStyle Property

Gets the style settings used to paint column cells.

Namespace : DevExpress.Web.ASPxTreeList

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

NuGet Package : DevExpress.Web

Declaration

csharp
public TreeListCellStyle CellStyle { get; }
vb
Public ReadOnly Property CellStyle As TreeListCellStyle

Property Value

TypeDescription
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

Node

Tree List

TreeListColumn Class

TreeListColumn Members

DevExpress.Web.ASPxTreeList Namespace