FormatStringDataItem Class
Provides functionality to specify the standard format string patterns in the FormatString Editor.
Namespace: DevExpress.XtraReports.Web.ReportDesigner.DataContracts
Assembly: DevExpress.XtraReports.v24.1.Web.dll
NuGet Package: DevExpress.Web.Reporting.Common
Declaration
Remarks
The FormatSting Editor contains numerous built-in formatting presets, which are grouped by categories and cannot be removed by end-users.
The FormatStringData.StandardPatterns property specifies the dictionary listing category names and corresponding FormatStringDataItem
objects. Each object specifies the set of format string patterns, the format string item type and the value to which formatting should be applied for displaying in the FormatString Editor’s preview.
For more information on FormatSting Editor‘s visual interface, see the Format String Editor document.