Back to Devexpress

DxWizardSettings Class

dashboard-devexpress-dot-dashboardblazor-c5650115.md

latest1.5 KB
Original Source

DxWizardSettings Class

Contains the Data Source Wizard settings.

Namespace : DevExpress.DashboardBlazor

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

NuGet Package : DevExpress.Blazor.Dashboard

Declaration

csharp
public class DxWizardSettings :
    DxSettingsComponent
vb
Public Class DxWizardSettings
    Inherits DxSettingsComponent

Remarks

The DxWizardSettings component contains the DxDataSourceWizard options.

razor
<DxDashboard style="height: 800px;" Endpoint="@endpoint">
    <DxExtensions>
        <DxDataSourceWizard EnableCustomSql="true">
            <DxWizardSettings EnableJsonDataSource="true"></DxWizardSettings>
        </DxDataSourceWizard>
    </DxExtensions>
</DxDashboard>

Inheritance

Object ComponentBase DevExpress.DashboardBlazor.Native.DxSettingsComponent DxWizardSettings

See Also

DxWizardSettings Members

DevExpress.DashboardBlazor Namespace