TreeListOptionsEditForm.CustomEditFormLayout Property
In This Article
Gets or sets a custom Edit Form.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.2.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 |
---|---|---|
User |
null | A User |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Custom |
---|---|
Tree |
|
#Remarks
Use the EditFormUserControl class as a base class for a custom Edit Form.
See Also