Skip to main content
All docs
V19.2

GanttControl.GetText(TreeListNode) Method

Returns the specified task’s text.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v19.2.dll

Declaration

public string GetText(
    TreeListNode node
)

Parameters

Name Type Description
node TreeListNode

An object that specifies the task for which to return the text.

Returns

Type Description
String

A String value that specifies the task’s text.

See Also