Skip to main content

FormatStringData.StandardPatterns Property

Specifies a read-only 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 = "standardPatterns")]
public Dictionary<string, FormatStringDataItem> StandardPatterns { get; set; }

Property Value

Type Description
Dictionary<String, FormatStringDataItem>

A dictionary that stores a value pair specifying a category name and a corresponding FormatStringDataItem.

See Also