Skip to main content

DataSourceInfo.DataSerializer Property

Specifies the name of a data source serializer.

Namespace: DevExpress.XtraPrinting.WebClientUIControl.DataContracts

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

[DataMember(Name = "dataSerializer")]
public string DataSerializer { get; set; }

Property Value

Type Description
String

A String value, specifying the data source serializer name.

See Also