Skip to main content

ChartRangeControlClientGridOptions.LabelFormatProvider Property

Gets or set the format provider to format the values displayed by argument labels of the chart range control client.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[XtraSerializableProperty]
public IFormatProvider LabelFormatProvider { get; set; }

Property Value

Type Description
IFormatProvider

A IFormatProvider object that supplies specific formatting information to the values displayed by argument labels.

Property Paths

You can access this nested property as listed below:

Object Type Path to LabelFormatProvider
ChartRangeControlClientBase
.GridOptions .LabelFormatProvider
See Also