Back to Devexpress

TreeListColumnEditFormSettings Class

aspnet-devexpress-dot-web-dot-aspxtreelist-51026f60.md

latest1.9 KB
Original Source

TreeListColumnEditFormSettings Class

Provides the edit cell’s settings.

Namespace : DevExpress.Web.ASPxTreeList

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class TreeListColumnEditFormSettings :
    PropertiesBase
vb
Public Class TreeListColumnEditFormSettings
    Inherits 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

IStateManager

Inheritance

Object StateManager PropertiesBase TreeListColumnEditFormSettings

See Also

TreeListColumnEditFormSettings Members

Tree List

DevExpress.Web.ASPxTreeList Namespace