Back to Devexpress

CustomTaskDisplayTextEventArgs.LeftText Property

windowsforms-devexpress-dot-xtragantt-dot-customtaskdisplaytexteventargs-ca4312fd.md

latest1.2 KB
Original Source

CustomTaskDisplayTextEventArgs.LeftText Property

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

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

csharp
public string LeftText { get; set; }
vb
Public Property LeftText As String

Property Value

TypeDescription
String

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

|

See Also

CustomTaskDisplayTextEventArgs Class

CustomTaskDisplayTextEventArgs Members

DevExpress.XtraGantt Namespace