TimescaleRuler.SetDisplayFormat(String) Method
Returnes a new TimescaleRuler with the specified display format.
Namespace: DevExpress.Xpf.Gantt
Assembly: DevExpress.Xpf.Gantt.v24.1.dll
NuGet Package: DevExpress.Wpf.Gantt
Declaration
Parameters
Name | Type | Description |
---|---|---|
displayFormat | String | A String value specifying the format string of the captions. |
Returns
Type | Description |
---|---|
TimescaleRuler | A new instance of the TimescaleRuler class. |
See Also