Skip to main content

TimescaleRuler.FormatProvider Property

Gets the format provider to format the timescale ruler captions.

Namespace: DevExpress.Xpf.Gantt

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

NuGet Package: DevExpress.Wpf.Gantt

Declaration

public IFormatProvider FormatProvider { get; }

Property Value

Type Description
IFormatProvider

An object of a class that implements a IFormatProvider that supplies specific formatting information on the timescale ruler captions.

See Also