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

GanttChartMappings.TextFieldName Property

Gets or sets the data source field (of the String type) that specifies the text displayed next to a task in the chart.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v20.1.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

[DXCategory("Mappings")]
[DefaultValue("")]
[XtraSerializableProperty]
public string TextFieldName { get; set; }

Property Value

Type Default Description
String String.Empty

The data source field that specifies a task’s text.

See Also