Skip to main content
All docs
V23.2
.NET 6.0+
  • The page you are viewing does not exist in the .NET Framework 4.5.2+ platform documentation. This link will take you to the parent topic of the current section.

BlazorDashboardConfigurator Properties

Name Description
AllowExecutingCustomSql Gets or sets whether to execute SQL queries on the server side. Inherited from DashboardConfigurator.
AllowReadUnlistedColumnsFromClientApi Gets or sets whether to enable client-side access to data source fields that are not associated with any dashboard item’s data members. Inherited from DashboardConfigurator.
DashboardStorage Gets a storage of dashboards for the Web Dashboard. Inherited from DashboardConfigurator.
DataSourceStorage Gets the data source storage used by the Web Dashboard. Inherited from DashboardConfigurator.
Default static Gets the default DashboardConfigurator class instance. Inherited from DashboardConfigurator.
DefaultDataReloadingTimeout
PassCredentials static Gets or sets whether confidential information (such as user credentials) will be passed to the client side (web browser). Inherited from DashboardConfigurator.
See Also