GridDeltaColumn.PercentOfTargetNumericFormat Property
In This Article
Provides access to the format settings for percent of target values.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public DataItemNumericFormat PercentOfTargetNumericFormat { get; }
#Property Value
Type | Description |
---|---|
Data |
A Data |
#Remarks
The PercentOfTargetNumericFormat property allows you to specify the format settings for numeric values, including the precision, unit, currency and format type.
Actual format patterns are defined by the current system locale (or the client’s locale, when a dashboard is shown on the web).
See Also