Skip to main content

DataSourceInfo.Id Property

Specifies the data source ID.

Namespace: DevExpress.XtraPrinting.WebClientUIControl.DataContracts

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

NuGet Package: DevExpress.Printing.Core

#Declaration

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

#Property Value

Type Description
String

A String value, specifying the data source ID.

See Also