TreeListColumnEditFormSettings Class
In This Article
Provides the edit cell’s settings.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class TreeListColumnEditFormSettings :
PropertiesBase
#Related API Members
The following members return TreeListColumnEditFormSettings objects:
#Remarks
The TreeListColumnEditFormSettings class provides settings that allow you to specify the edit cell’s caption, visibility, layout and position within the Edit Form. These settings can be accessed using the TreeListDataColumn.EditFormSettings property.
#Implements
#Inheritance
Object
StateManager
PropertiesBase
TreeListColumnEditFormSettings
See Also