A newer version of this page is available.
Switch to the current version.
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.v18.2.Win.dll
Declaration
[DefaultValue(false)]
public bool ShowDataSourceNamePage { get; set; }
<DefaultValue(False)>
Public Property ShowDataSourceNamePage As Boolean
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 |
|
See Also
Feedback