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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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 |
|
See Also