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

DataSourceInfo.Name Property

Specifies the data source name.

Namespace: DevExpress.XtraPrinting.WebClientUIControl.DataContracts

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

Declaration

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

Property Value

Type Description
String

A String value, specifying the data source name.

See Also