Back to Devexpress

CustomTaskDisplayTextEventArgs.InsideText Property

windowsforms-devexpress-dot-xtragantt-dot-customtaskdisplaytexteventargs-0668f189.md

latest1.3 KB
Original Source

CustomTaskDisplayTextEventArgs.InsideText Property

Gets or sets the text displayed inside the task’s bar. This property is not in effect for summary tasks and milestones.

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

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

Property Value

TypeDescription
String

A String value that specifies the text displayed inside the task’s bar.

|

See Also

CustomTaskDisplayTextEventArgs Class

CustomTaskDisplayTextEventArgs Members

DevExpress.XtraGantt Namespace