Skip to main content
A newer version of this page is available. .

TreeList.GetFocusedDisplayText() Method

Returns the display text of the currently focused Tree List cell.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

public string GetFocusedDisplayText()

Returns

Type Description
String

A String value that is the display text of the currently focused Tree List cell.

See Also