Back to Devexpress

FormatStringDataItem Class

xtrareports-devexpress-dot-xtrareports-dot-web-dot-reportdesigner-dot-datacontracts-6199c341.md

latest2.3 KB
Original Source

FormatStringDataItem Class

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

Declaration

csharp
[DataContract]
public class FormatStringDataItem
vb
<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.

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

FormatStringDataItem Members

StandardPatterns

Format String Editor

DevExpress.XtraReports.Web.ReportDesigner.DataContracts Namespace