Skip to main content

TreeListStyles.Cell Property

Gets the style settings used to paint data cells.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public TreeListCellStyle Cell { get; }

Property Value

Type Description
TreeListCellStyle

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

Remarks

The Cell property allows the appearance of all data cells to be specified. To specify the appearance settings for the selected and focused cells, use the TreeListStyles.SelectedNode and TreeListStyles.FocusedNode properties, respectively.

To provide custom style settings used to paint cells in individual columns, use the TreeListColumn.CellStyle property.

To learn more, see Appearance Customization.

See Also