Skip to main content
A newer version of this page is available. .

FormatStringDataItem.Type Property

Specifies the format string item type.

Namespace: DevExpress.XtraReports.Web.ReportDesigner.DataContracts

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

Declaration

[DataMember(Name = "type")]
public string Type { get; set; }

Property Value

Type Description
String

A String value.

See Also