TreeList.GetFocusedDisplayText() Method
In This Article
Returns the display text of the currently focused Tree List cell.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
#Declaration
#Returns
Type | Description |
---|---|
String | A String value that is the display text of the currently focused Tree List cell. |
See Also