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

TimescaleRuler.FormatProvider Property

Gets the format provider to format the timescale ruler captions.

Namespace: DevExpress.Xpf.Gantt

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Gantt, 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