Skip to main content

FormatStringData.CustomPatterns Property

Specifies a customizable list of format strings available in the FormatString editor.

Namespace: DevExpress.XtraReports.Web.ReportDesigner.DataContracts

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

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

[DataMember(Name = "customPatterns")]
public Dictionary<string, string[]> CustomPatterns { get; set; }

Property Value

Type Description
Dictionary<String, String[]>

A dictionary that stores a value pair specifying a type name and its corresponding set of format string patterns.

See Also