Skip to main content
All docs
V25.1
  • ChooseEFConnectionStringPage.CanSaveToStorage Property

    Sets whether the connection string can be saved to the dedicated storage.

    Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

    NuGet Package: DevExpress.Wpf.Reporting

    Declaration

    [BindableProperty]
    public virtual bool CanSaveToStorage { get; protected set; }

    Property Value

    Type Description
    Boolean

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

    See Also