Skip to main content
All docs
V25.1
  • TreeListOptionsEditForm.CustomEditFormLayout Property

    Gets or sets a custom Edit Form.

    Namespace: DevExpress.XtraTreeList

    Assembly: DevExpress.XtraTreeList.v25.1.dll

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

    Declaration

    [Browsable(false)]
    [DefaultValue(null)]
    public virtual UserControl CustomEditFormLayout { get; set; }

    Property Value

    Type Default Description
    UserControl null

    A UserControl object that specifies the custom Edit Form.

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to CustomEditFormLayout
    TreeList
    .OptionsEditForm .CustomEditFormLayout

    Remarks

    Use the EditFormUserControl class as a base class for a custom Edit Form.

    See Also