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

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.v19.2.dll

Declaration

public string InsideText { get; set; }

Property Value

Type Description
String

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

See Also