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

DashboardObjectDataSource.DataSchema Property

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

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.2.Core.dll

Declaration

[DefaultValue(null)]
public string DataSchema { get; set; }

Property Value

Type Default Description
String *null*

A String containing a data source’s schema.

See Also