Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.2
  • SnapControlOptions.DataSourceWizardOptions Property

    Provides access to options that enable customization of the Data Source Wizard.

    Namespace: DevExpress.Snap

    Assembly: DevExpress.Snap.v21.2.dll

    NuGet Package: DevExpress.Win.Snap

    Declaration

    public DataSourceWizardOptions DataSourceWizardOptions { get; }

    Property Value

    Type Description
    DataSourceWizardOptions

    A DataSourceWizardOptions object that specifies customization options for the Data Source Wizard.

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to DataSourceWizardOptions
    SnapControl
    .Options .DataSourceWizardOptions

    Remarks

    Use the DataSourceWizardOptions property to get access to the DataSourceWizardOptions object. Use the object’s properties to restrict the number of available data source types displayed on the "Select the data source type" page of the Data Source Wizard (DataSourceWizardOptions.DataSourceTypes), or allow end-users to edit SQL text directly in the Data Source Wizard and Query Builder (DataSourceWizardSettings.SqlWizardSettings).

    See Also