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

TimescaleRuler.SetDisplayFormat(String) Method

Returnes a new TimescaleRuler with the specified display format.

Namespace: DevExpress.Xpf.Gantt

Assembly: DevExpress.Xpf.Gantt.v21.2.dll

NuGet Package: DevExpress.Wpf.Gantt

Declaration

public TimescaleRuler SetDisplayFormat(
    string displayFormat
)

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