Skip to main content
All docs
V25.1
  • TreeListOptionsColumnEditForm.StartNewRow Property

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

    Namespace: DevExpress.XtraTreeList.Columns

    Assembly: DevExpress.XtraTreeList.v25.1.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