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.v24.1.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