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

TreeListDataColumn.EditCellStyle Property

Gets the style settings used to paint the column’s edit cells within the Edit Form.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public TreeListCellStyle EditCellStyle { get; }

Property Value

Type Description
TreeListCellStyle

A TreeListCellStyle object that contains style settings.

Remarks

If the EditCellStyle property isn’t specified, the edit cell that corresponds to the current column is painted using the style settings provided by the TreeListStyles.InlineEditCell (or TreeListStyles.EditFormEditCell) property.

To specify the appearance of data cells, use the TreeListColumn.CellStyle property.

See Also