Skip to main content

TreeListOptionsBehavior.CloseEditorOnLostFocus Property

Gets or sets whether the active editor is automatically closed when the Tree List loses focus.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

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

Declaration

[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool CloseEditorOnLostFocus { get; set; }

Property Value

Type Default Description
Boolean true

true if the active editor is automatically closed when the Tree List loses focus and any changes made to the edited cell’s content are saved; otherwise, the cell’s editor isn’t closed.

Property Paths

You can access this nested property as listed below:

Object Type Path to CloseEditorOnLostFocus
TreeList
.OptionsBehavior .CloseEditorOnLostFocus
See Also