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

TreeListStyles.InlineEditCell Property

Gets the style settings used to paint in-line edit node cells.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public TreeListCellStyle InlineEditCell { get; }

Property Value

Type Description
TreeListCellStyle

A TreeListCellStyle object that contains style settings.

Remarks

Cell values are edited within the In-Line Edit Node if the TreeListSettingsEditing.Mode property is set to TreeListEditMode.Inline.

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

See Also