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

FormatStringDataItem Class

Provides functionality to specify the standard format string patterns in the FormatString Editor.

Namespace: DevExpress.XtraReports.Web.ReportDesigner.DataContracts

Assembly: DevExpress.XtraReports.v20.2.Web.dll

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

[DataContract]
public class FormatStringDataItem

Remarks

The FormatSting Editor contains numerous built-in formatting presets, which are grouped by categories and cannot be removed by end-users.

WebDesigner_FormatStringEditor

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.

Inheritance

Object
FormatStringDataItem
See Also