Skip to main content

DataSource.DataSchema Property

Gets or sets an XML/XSD file, containing a schema of a dashboard’s data source.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.1.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design

Declaration

[Browsable(false)]
public string DataSchema { get; set; }

Property Value

Type Description
String

A String containing a data source’s schema.

See Also