Skip to main content

TreeListColumnEditFormSettings Class

Provides the edit cell’s settings.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public class TreeListColumnEditFormSettings :
    PropertiesBase

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