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

FormatStringData Class

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

Namespace: DevExpress.XtraReports.Web.ReportDesigner.DataContracts

Assembly: DevExpress.XtraReports.v19.1.Web.dll

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

[DataContract]
public class FormatStringData

The following members return FormatStringData objects:

Remarks

The FormatSting Editor allows end-users to specify the required formatting for report elements to display their incoming data. The FormatStringData class provides functionality to specify the format string patterns for the FormatString Editor. The FormatStringData.StandardPatterns property specifies a read-only set of standard format strings grouped by categories, while the FormatStringData.CustomPatterns property specifies the list of format patterns that can be customized by end-users.

WebDesigner_FormatStringEditor_CustomFormat

For more information on FormatSting Editor‘s visual interface, see the Format String Editor document.

Inheritance

Object
FormatStringData
See Also