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

ASPxDashboardViewer.DBSchemaProviderEx Property

Allows specifying a custom data store’s schema.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.dll

Declaration

[Browsable(false)]
public IDBSchemaProviderEx DBSchemaProviderEx { get; set; }

Property Value

Type Description
IDBSchemaProviderEx

An object that implements the IDBSchemaProviderEx interface representing the data store’s schema.

See Also