TimescaleRuler.SetFormatProvider(IFormatProvider) Method
In This Article
Returnes a new TimescaleRuler with the specified format provider.
Namespace: DevExpress.Xpf.Gantt
Assembly: DevExpress.Xpf.Gantt.v24.2.dll
NuGet Package: DevExpress.Wpf.Gantt
#Declaration
public TimescaleRuler SetFormatProvider(
IFormatProvider formatProvider
)
#Parameters
Name | Type | Description |
---|---|---|
format |
IFormat |
An object of a class that implements a IFormat |
#Returns
Type | Description |
---|---|
Timescale |
A new instance of the Timescale |
See Also