TreeListDataColumn.EditFormSettings Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public TreeListColumnEditFormSettings EditFormSettings { get; }
#Property Value
Type | Description |
---|---|
Tree |
A Tree |
#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