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

TreeListOptionsEditForm.CustomEditFormLayout Property

Gets or sets a custom Edit Form.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

[DefaultValue(null)]
[Browsable(false)]
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:

Library Object Type Path to CustomEditFormLayout
WinForms Controls GanttControl
.OptionsEditForm.CustomEditFormLayout
ResourcesTree
.OptionsEditForm.CustomEditFormLayout
TreeList
.OptionsEditForm.CustomEditFormLayout
Reporting XRDesignFieldList
.OptionsEditForm.CustomEditFormLayout
XRDesignReportExplorer
.OptionsEditForm.CustomEditFormLayout

Remarks

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

See Also