Back to Devexpress

TreeList.RefreshEditor(Boolean) Method

windowsforms-devexpress-dot-xtratreelist-dot-treelist-dot-refresheditor-x28-system-dot-boolean-x29.md

latest1.5 KB
Original Source

TreeList.RefreshEditor(Boolean) Method

Refreshes the appearance and value of the active editor.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
public virtual void RefreshEditor(
    bool updateEditorValue
)
vb
Public Overridable Sub RefreshEditor(
    updateEditorValue As Boolean
)

Parameters

NameTypeDescription
updateEditorValueBoolean

true to update the edit value and appearance; false to update the appearance of the editor.

|

Remarks

Use the RefreshEditor method (with updateEditorValue set to true) to synchronize the active editor’s value with the data source.

See Also

ActiveEditor

TreeList Class

TreeList Members

DevExpress.XtraTreeList Namespace