Returns the display text of the currently focused Tree List cell.
Namespace:DevExpress.XtraTreeList
Assembly:DevExpress.XtraTreeList.v19.2.dll

Syntax
C# |
public string GetFocusedDisplayText()
|
VB |
Public Function GetFocusedDisplayText() As String
|
Return value
Type: String
A String value that is the display text of the currently focused Tree List cell.

See Also