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

TreeListDataColumn.EditFormSettings Property

Gets the settings of the edit cell which is displayed within the Edit Form and corresponds to the current data column.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

public TreeListColumnEditFormSettings EditFormSettings { get; }

Property Value

Type Description
TreeListColumnEditFormSettings

A TreeListColumnEditFormSettings object that contains the edit cell’s settings.

Remarks

The EditFormSettings property provides access to the settings that allow the edit cell’s caption, visibility, layout and position within the Edit Form to be specified. The style settings used to paint the edit cell can be accessed via the TreeListDataColumn.EditCellStyle property.

See Also