FormatStringData Class
Provides functionality to specify the format string patterns displayed 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 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.
For more information on FormatSting Editor‘s visual interface, see the Format String Editor document.