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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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