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

TreeListDataColumn.EditCellTemplate Property

Gets or sets a template for displaying edit cells that correspond to the current column.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public ITemplate EditCellTemplate { get; set; }

Property Value

Type Description
ITemplate

An object that implements the ITemplate interface.

Remarks

Note

Once a template defined via the EditCellTemplate property is created within a control, it is instantiated within a container object of the TreeListEditCellTemplateContainer type. This container object exposes a set of specific properties to which the template’s child controls can be bound.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the EditCellTemplate property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also