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

TreeListOptionsEditForm.BindingMode Property

Gets or sets whether changes in the Edit Form are immediately applied to cells in the Tree List or only when the user closes the Edit Form.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

[DefaultValue(EditFormBindingMode.Default)]
[XtraSerializableProperty]
public virtual EditFormBindingMode BindingMode { get; set; }

Property Value

Type Default Description
DevExpress.XtraTreeList.EditFormBindingMode **Default**

Default or Direct if changes in the Edit Form are immediately applied to cells in the Tree List; otherwise, Cached.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to BindingMode
WinForms Controls GanttControl
.OptionsEditForm.BindingMode
ResourcesTree
.OptionsEditForm.BindingMode
TreeList
.OptionsEditForm.BindingMode
Reporting XRDesignFieldList
.OptionsEditForm.BindingMode
XRDesignReportExplorer
.OptionsEditForm.BindingMode
See Also