Back to Devexpress

GanttControl.GetName(GanttControlNode) Method

windowsforms-devexpress-dot-xtragantt-dot-ganttcontrol-dot-getname-x28-devexpress-dot-xtragantt-dot-ganttcontrolnode-x29.md

latest1.7 KB
Original Source

GanttControl.GetName(GanttControlNode) Method

Returns the caption displayed next to the specified task (node) in the chart area.

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

csharp
public string GetName(
    GanttControlNode node
)
vb
Public Function GetName(
    node As GanttControlNode
) As String

Parameters

NameTypeDescription
nodeGanttControlNode

An object that specifies a task (node).

|

Returns

TypeDescription
String

A value that specifies a caption.

|

Remarks

For more information, see the GetText(GanttControlNode) method, which is equivalent to the current method.

See Also

GetText(GanttControlNode)

GanttControl Class

GanttControl Members

DevExpress.XtraGantt Namespace