Skip to main content
All docs
V25.1
  • ChooseEFConnectionStringPageView.ShouldSaveConnectionString Property

    Specifies whether to save the connection string to the dedicated storage.

    Namespace: DevExpress.DataAccess.UI.Wizard.Views

    Assembly: DevExpress.DataAccess.v25.1.UI.dll

    NuGet Package: DevExpress.DataAccess.UI

    Declaration

    public bool ShouldSaveConnectionString { get; set; }

    Property Value

    Type Description
    Boolean

    true if the connection string can be saved to the storage; otherwise, false.

    See Also