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

DashboardViewer.CustomDBSchemaProviderEx Property

Allows you to specify a custom schema for the SQL Data Source.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v18.2.Win.dll

Declaration

[DefaultValue(null)]
[Browsable(false)]
public IDBSchemaProviderEx CustomDBSchemaProviderEx { get; set; }

Property Value

Type Default Description
IDBSchemaProviderEx *null*

An object that implements the IDBSchemaProviderEx interface that provides a custom schema.

See Also