Skip to main content
All docs
V25.1
  • IDashboardControl.CustomDBSchemaProviderEx Property

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

    Namespace: DevExpress.DashboardWin

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

    NuGet Package: DevExpress.Win.Dashboard

    Declaration

    IDBSchemaProviderEx CustomDBSchemaProviderEx { get; set; }

    Property Value

    Type Description
    IDBSchemaProviderEx

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

    See Also