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

    Specifies the type of the data connection to an Entity Framework data source.

    Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

    NuGet Package: DevExpress.Wpf.Reporting

    Declaration

    [BindableProperty]
    public virtual ConfigureConnectionMode Mode { get; set; }

    Property Value

    Type Description
    ConfigureConnectionMode

    The type of the data connection to an Entity Framework data source.

    Available values:

    Name Description
    Default

    A default connection string.

    Existing

    An existing connection string.

    New

    A new custom connection string.

    See Also