xtrareports-devexpress-dot-xtrareports-dot-web-dot-reportdesigner-dot-datacontracts-6199c341.md
Provides functionality to specify the standard format string patterns in the FormatString Editor.
Namespace : DevExpress.XtraReports.Web.ReportDesigner.DataContracts
Assembly : DevExpress.XtraReports.v25.2.Web.dll
NuGet Package : DevExpress.Web.Reporting.Common
[DataContract]
public class FormatStringDataItem
<DataContract>
Public Class FormatStringDataItem
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.
Object FormatStringDataItem
See Also
DevExpress.XtraReports.Web.ReportDesigner.DataContracts Namespace