Skip to main content
All docs
V24.2

DxWizardSettings.EnableOlapDataSource Property

Specifies whether to allow users to create an OLAP data source in the Dashboard Data Source Wizard.

Namespace: DevExpress.DashboardBlazor

Assembly: DevExpress.Dashboard.v24.2.Blazor.dll

Declaration

[Parameter]
public bool EnableOlapDataSource { get; set; }

Property Value

Type Description
Boolean

true to allow users to create an OLAP data source; otherwise, false.

See Also