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

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

    Namespace: DevExpress.DashboardWin

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

    Declaration

    IDBSchemaProviderEx CustomDBSchemaProviderEx { get; set; }

    Property Value

    Type Description
    IDBSchemaProviderEx

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

    See Also