Skip to main content

TreeListStyles.EditFormEditCell Property

Gets the style settings used to paint edit cells displayed within the Edit Form.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public TreeListCellStyle EditFormEditCell { get; }

Property Value

Type Description
TreeListCellStyle

A TreeListCellStyle object that contains style settings.

Remarks

Data columns provide the TreeListDataColumn.EditCellStyle property that enables you to provide custom style settings for individual edit form cells.

See Also