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

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.v19.1.dll

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
DateTimeChartRangeControlClient
.GridOptions.LabelFormatProvider
NumericChartRangeControlClient
.GridOptions.LabelFormatProvider
See Also