Back to Devexpress

DashboardDesignerDataSourceWizardSettings.ShowDataSourceNamePage Property

dashboard-devexpress-dot-dashboardwin-dot-dashboarddesignerdatasourcewizardsettings-17f15b46.md

latest1.8 KB
Original Source

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
[DefaultValue(false)]
public bool ShowDataSourceNamePage { get; set; }
vb
<DefaultValue(False)>
Public Property ShowDataSourceNamePage As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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 TypePath to ShowDataSourceNamePage
DashboardDesigner

.DataSourceWizard .ShowDataSourceNamePage

|

See Also

DashboardDesignerDataSourceWizardSettings Class

DashboardDesignerDataSourceWizardSettings Members

DevExpress.DashboardWin Namespace