Skip to main content

TreeListSettingsEditing.EditFormColumnCount Property

Gets or sets the maximum number of columns allowed in the Edit Form.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(2)]
public int EditFormColumnCount { get; set; }

Property Value

Type Default Description
Int32 2

An integer value that specifies the maximum number of columns allowed in the Edit Form.

Property Paths

You can access this nested property as listed below:

Object Type Path to EditFormColumnCount
ASPxTreeList
.SettingsEditing .EditFormColumnCount

Remarks

EditFormColumnCount

See Also