Back to Devexpress

TreeList.ShowEditor(String) Method

windowsforms-devexpress-dot-xtratreelist-dot-treelist-dot-showeditor-x28-system-dot-string-x29.md

latest1.2 KB
Original Source

TreeList.ShowEditor(String) Method

Moves focus to the specified cell in the focused node and switches the TreeList control to edit mode (activates the cell’s editor).

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
public void ShowEditor(
    string fieldName
)
vb
Public Sub ShowEditor(
    fieldName As String
)

Parameters

NameTypeDescription
fieldNameString

The field name in a data source.

|

See Also

TreeList Class

TreeList Members

DevExpress.XtraTreeList Namespace