Back to Devexpress

TimescaleRuler.SetDisplayFormat(String) Method

wpf-devexpress-dot-xpf-dot-gantt-dot-timescaleruler-dot-setdisplayformat-x28-system-dot-string-x29.md

latest1.4 KB
Original Source

TimescaleRuler.SetDisplayFormat(String) Method

Returnes a new TimescaleRuler with the specified display format.

Namespace : DevExpress.Xpf.Gantt

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

NuGet Package : DevExpress.Wpf.Gantt

Declaration

csharp
public TimescaleRuler SetDisplayFormat(
    string displayFormat
)
vb
Public Function SetDisplayFormat(
    displayFormat As String
) As TimescaleRuler

Parameters

NameTypeDescription
displayFormatString

A String value specifying the format string of the captions.

|

Returns

TypeDescription
TimescaleRuler

A new instance of the TimescaleRuler class.

|

See Also

TimescaleRuler Class

TimescaleRuler Members

DevExpress.Xpf.Gantt Namespace