Back to Devexpress

TreeListOptionsEditForm.EditFormColumnCount Property

windowsforms-devexpress-dot-xtratreelist-dot-treelistoptionseditform-ded774cb.md

latest2.1 KB
Original Source

TreeListOptionsEditForm.EditFormColumnCount Property

Gets or sets the number of layout columns in the Edit Form.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

csharp
[DefaultValue(3)]
[XtraSerializableProperty]
public virtual int EditFormColumnCount { get; set; }
vb
<DefaultValue(3)>
<XtraSerializableProperty>
Public Overridable Property EditFormColumnCount As Integer

Property Value

TypeDefaultDescription
Int323

An Int32 value that specifies the number of layout columns in the Edit Form.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to EditFormColumnCount
TreeList

.OptionsEditForm .EditFormColumnCount

|

See Also

RowSpan

ColumnSpan

UseEditorColRowSpan

TreeListOptionsEditForm Class

TreeListOptionsEditForm Members

DevExpress.XtraTreeList Namespace