Back to Devexpress

TreeListOptionsEditForm.CustomEditFormLayout Property

windowsforms-devexpress-dot-xtratreelist-dot-treelistoptionseditform.md

latest1.9 KB
Original Source

TreeListOptionsEditForm.CustomEditFormLayout Property

Gets or sets a custom Edit Form.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
[DefaultValue(null)]
public virtual UserControl CustomEditFormLayout { get; set; }
vb
<DefaultValue(Nothing)>
<Browsable(False)>
Public Overridable Property CustomEditFormLayout As UserControl

Property Value

TypeDefaultDescription
UserControlnull

A UserControl object that specifies the custom Edit Form.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to CustomEditFormLayout
TreeList

.OptionsEditForm .CustomEditFormLayout

|

Remarks

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

See Also

TreeListOptionsEditForm Class

TreeListOptionsEditForm Members

DevExpress.XtraTreeList Namespace