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

CustomTaskDisplayTextEventArgs.RightText Property

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

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v19.2.dll

Declaration

public string RightText { get; set; }

Property Value

Type Description
String

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

See Also