Skip to main content

EditFiltersContext.ConnectionStringsProvider Property

Specifies a storage of data connection settings.

Namespace: DevExpress.DataAccess.UI.EntityFramework

Assembly: DevExpress.DataAccess.v23.2.UI.dll

NuGet Package: DevExpress.DataAccess.UI

Declaration

public IConnectionStringsProvider ConnectionStringsProvider { get; set; }

Property Value

Type Description
IConnectionStringsProvider

An object implementing the IConnectionStringsProvider interface.

See Also