Skip to main content
A newer version of this page is available. .

DashboardDesignerDataSourceWizardSettings.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.v18.2.Win.dll

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
.DataSourceWizard.ShowDataSourceNamePage
See Also