Back to Devexpress

TreeListOptionsEditForm.BindingMode Property

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

latest1.8 KB
Original Source

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.v25.2.dll

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

Declaration

csharp
[DefaultValue(EditFormBindingMode.Default)]
[XtraSerializableProperty]
public virtual EditFormBindingMode BindingMode { get; set; }
vb
<DefaultValue(EditFormBindingMode.Default)>
<XtraSerializableProperty>
Public Overridable Property BindingMode As EditFormBindingMode

Property Value

TypeDefaultDescription
DevExpress.XtraTreeList.EditFormBindingModeDefault

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:

Object TypePath to BindingMode
TreeList

.OptionsEditForm .BindingMode

|

See Also

TreeListOptionsEditForm Class

TreeListOptionsEditForm Members

DevExpress.XtraTreeList Namespace