Skip to main content

TreeListOptionsColumnEditForm.StartNewRow Property

Gets or sets whether the editor starts a new row in the layout.

Namespace: DevExpress.XtraTreeList.Columns

Assembly: DevExpress.XtraTreeList.v23.2.dll

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

Declaration

[DefaultValue(false)]
[XtraSerializableProperty]
public virtual bool StartNewRow { get; set; }

Property Value

Type Default Description
Boolean false

true if the editor starts a new row in the layout; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to StartNewRow
TreeListColumn
.OptionsEditForm .StartNewRow
See Also