Skip to main content

CustomTaskDisplayTextEventArgs.LeftText Property

Gets or sets the text displayed to the left of the task’s bar.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v23.2.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

public string LeftText { get; set; }

Property Value

Type Description
String

A String value that specifies the text displayed to the left of the task’s bar.

See Also