Skip to main content
A newer version of this page is available. .

TreeListSettingsEditing.EditFormColumnCount Property

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

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v20.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:

Library Object Type Path to EditFormColumnCount
ASP.NET Controls and MVC Extensions ASPxTreeList
.SettingsEditing .EditFormColumnCount
ASP.NET MVC Extensions MVCxTreeList
.SettingsEditing .EditFormColumnCount
TreeListSettings
.SettingsEditing .EditFormColumnCount
TreeListSettings<RowType>
.SettingsEditing .EditFormColumnCount

Remarks

EditFormColumnCount

See Also