Back to Devexpress

IDashboardControl.CustomDBSchemaProviderEx Property

dashboard-devexpress-dot-dashboardwin-dot-idashboardcontrol-d8be4524.md

latest1.4 KB
Original Source

IDashboardControl.CustomDBSchemaProviderEx Property

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

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
IDBSchemaProviderEx CustomDBSchemaProviderEx { get; set; }
vb
Property CustomDBSchemaProviderEx As IDBSchemaProviderEx

Property Value

TypeDescription
IDBSchemaProviderEx

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

|

See Also

IDashboardControl Interface

IDashboardControl Members

DevExpress.DashboardWin Namespace