Skip to main content

DashboardDataSourceWizardSettings.ShowDataSourceNamePage Property

Gets or sets whether to show the Data Source wizard page allowing end-users to specify the data source name.

Namespace: DevExpress.DashboardWin

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

NuGet Package: DevExpress.Win.Dashboard

Declaration

[DefaultValue(false)]
public bool ShowDataSourceNamePage { get; set; }

Property Value

Type Default Description
Boolean false

true, to show the Data Source wizard page allowing end-users to specify the data source name; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to ShowDataSourceNamePage
DashboardDesigner
.DataSourceWizardSettings .ShowDataSourceNamePage
See Also