Skip to main content

FormatStringDataItem.Patterns Property

Specifies the set of format string patterns.

Namespace: DevExpress.XtraReports.Web.ReportDesigner.DataContracts

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

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

[DataMember(Name = "patterns")]
public string[] Patterns { get; set; }

Property Value

Type Description
String[]

An array of String values.

See Also